Skip to content

Commit 517cb64

Browse files
committed
remove limit on test failures for github actions.
See if there is more info to disgnose sqlite falures.
1 parent a3eac0f commit 517cb64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ jobs:
190190
-W "ignore:'U' mode::docutils.io" \
191191
-W "ignore:unclosed:ResourceWarning:roundup.roundup.demo" \
192192
-W "ignore:unclosed file:ResourceWarning:enum" \
193-
-v --maxfail=5 test/ --cov=roundup
193+
-v test/ --cov=roundup
194194
else
195195
# python2 case
196-
pytest -v -r a --maxfail=5 test/ --cov=roundup
196+
pytest -v -r a test/ --cov=roundup
197197
fi
198198
199199
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)