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 b2fee43 commit 6cda56aCopy full SHA for 6cda56a
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
run: pip install -r requirements/nox-deps.txt
28
- name: Run Tests
29
env: { "CI": "true" }
30
- run: nox -s test_python_suite -- --headless
+ run: nox -s test_python_suite -- --headless --maxfail=3
31
test-python-environments:
32
runs-on: ${{ matrix.os }}
33
strategy:
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
- run: nox -s test_python -- --headless --no-cov
+ run: nox -s test_python -- --headless --maxfail=3 --no-cov
52
test-docs:
53
runs-on: ubuntu-latest
54
steps:
0 commit comments