Skip to content

Commit c3d716d

Browse files
committed
Allow all failures
1 parent a8d1274 commit c3d716d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
- name: Run pytest
313313
run: |
314314
pytest -raR -n auto \
315-
--maxfail=50 --timeout=300 --durations=25 \
315+
--timeout=300 --durations=25 \
316316
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
317317
318318
- name: Filter C coverage

0 commit comments

Comments
 (0)