Skip to content

Commit 6cda56a

Browse files
committed
fail after 3 errors in CI
1 parent b2fee43 commit 6cda56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pip install -r requirements/nox-deps.txt
2828
- name: Run Tests
2929
env: { "CI": "true" }
30-
run: nox -s test_python_suite -- --headless
30+
run: nox -s test_python_suite -- --headless --maxfail=3
3131
test-python-environments:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
@@ -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 --no-cov
51+
run: nox -s test_python -- --headless --maxfail=3 --no-cov
5252
test-docs:
5353
runs-on: ubuntu-latest
5454
steps:

0 commit comments

Comments
 (0)