File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,11 +275,11 @@ jobs:
275
275
run : target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
276
276
- if : runner.os == 'macOS'
277
277
name : run cpython platform-dependent tests (MacOS)
278
- run : target/release/rustpython -m test -j 1 all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.MACOS_SKIPS }}
278
+ run : target/release/rustpython -m test -j 1 --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.MACOS_SKIPS }}
279
279
- if : runner.os == 'Windows'
280
280
name : run cpython platform-dependent tests (windows partial - fixme)
281
281
run :
282
- target/release/rustpython -m test -j 1 all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.WINDOWS_SKIPS }}
282
+ target/release/rustpython -m test -j 1 --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.WINDOWS_SKIPS }}
283
283
- if : runner.os != 'Windows'
284
284
name : check that --install-pip succeeds
285
285
run : |
You can’t perform that action at this time.
0 commit comments