Skip to content

Commit 46657ba

Browse files
committed
Rerun failed tests in verbose mode
1 parent 5458dd5 commit 46657ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,14 @@ jobs:
191191
- if: runner.os == 'Linux'
192192
name: run cpython platform-independent tests
193193
run:
194-
target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
194+
target/release/rustpython -m test -j 1 -u all -w --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
195195
- if: runner.os != 'Windows'
196196
name: run cpython platform-dependent tests
197-
run: target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
197+
run: target/release/rustpython -m test -j 1 -u all -w --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
198198
- if: runner.os == 'Windows'
199199
name: run cpython platform-dependent tests (windows partial - fixme)
200200
run:
201-
target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
201+
target/release/rustpython -m test -j 1 -u all -w --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
202202
test_bool
203203
test_cgi
204204
test_exception_hierarchy

0 commit comments

Comments
 (0)