We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddfb01 commit f37c19eCopy full SHA for f37c19e
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
run: pip install -r requirements/nox-deps.txt
49
- name: Run Tests
50
env: { "CI": "true" }
51
- run: nox -s test_python -- --headless --maxfail=3 --no-cov
+ run: nox -s test_python --stop-on-first-error -- --headless --maxfail=3 --no-cov
52
test-docs:
53
runs-on: ubuntu-latest
54
steps:
0 commit comments