Skip to content

Commit 2a39cb3

Browse files
committed
Run linting and tests in parallel
1 parent aed70d4 commit 2a39cb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
FORCE_COLOR: 3
1818

1919
jobs:
20-
pre-commit:
20+
lint:
2121
name: pre-commit
2222
runs-on: ubuntu-latest
2323
steps:
@@ -31,10 +31,9 @@ jobs:
3131
with:
3232
extra_args: --hook-stage manual --all-files
3333

34-
checks:
34+
test:
3535
name: Test ${{ matrix.runs-on.short }}-py${{ matrix.python-version }}
3636
runs-on: ${{ matrix.runs-on.name }}
37-
needs: [pre-commit]
3837
strategy:
3938
fail-fast: false
4039
matrix:

0 commit comments

Comments
 (0)