Skip to content

Commit 6696698

Browse files
committed
Only run test job after basic checks are green to reduce wasted CI work.
1 parent 540ac40 commit 6696698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
test:
2828
name: python${{ matrix.python-version }}-${{ matrix.platform.python-architecture }} ${{ matrix.platform.os }}
2929
runs-on: ${{ matrix.platform.os }}
30+
needs: [lint, check-msrv, linalg-example]
3031
strategy:
3132
max-parallel: 16
3233
matrix:

0 commit comments

Comments
 (0)