Skip to content

Commit f37c19e

Browse files
committed
stop on first error in CI matrix
1 parent 2ddfb01 commit f37c19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: pip install -r requirements/nox-deps.txt
4949
- name: Run Tests
5050
env: { "CI": "true" }
51-
run: nox -s test_python -- --headless --maxfail=3 --no-cov
51+
run: nox -s test_python --stop-on-first-error -- --headless --maxfail=3 --no-cov
5252
test-docs:
5353
runs-on: ubuntu-latest
5454
steps:

0 commit comments

Comments
 (0)