Skip to content

Commit 329f050

Browse files
keep running doctests on fail
1 parent 777ee3a commit 329f050

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/periodic_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
run: python -m pip list
241241

242242
- name: Run tests
243-
run: python -m pytest -n logical --doctest-only
243+
run: python -m pytest -n logical --doctest-only --doctest-continue-on-failure
244244

245245
codecov:
246246
runs-on: ubuntu-24.04

.github/workflows/pr_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
run: python -m pip list
129129

130130
- name: Run tests
131-
run: python -m pytest -n logical --doctest-only
131+
run: python -m pytest -n logical --doctest-only --doctest-continue-on-failure
132132

133133

134134
codecov:

0 commit comments

Comments
 (0)