8000 remove `-u all` from mac/windows · RustPython/RustPython@e6c907f · GitHub
[go: up one dir, main page]

Skip to content

Commit e6c907f

Browse files
committed
remove -u all from mac/windows
1 parent 87a85a5 commit e6c907f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ jobs:
275275
run: target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
276276
- if: runner.os == 'macOS'
277277
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 }}
279279
- if: runner.os == 'Windows'
280280
name: run cpython platform-dependent tests (windows partial - fixme)
281281
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 }}
283283
- if: runner.os != 'Windows'
284284
name: check that --install-pip succeeds
285285
run: |

0 commit comments

Comments
 (0)
0