8000 remove -u from macOS/windows · moreal/RustPython@9f24841 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f24841

Browse files
committed
remove -u from macOS/windows
1 parent a0b6c36 commit 9f24841

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
@@ -276,11 +276,11 @@ jobs:
276276
run: target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}
277277
- if: runner.os == 'macOS'
278278
name: run cpython platform-dependent tests (MacOS)
279-
run: target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.MACOS_SKIPS }}
279+
run: target/release/rustpython -m test -j 1 all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.MACOS_SKIPS }}
280280
- if: runner.os == 'Windows'
281281
name: run cpython platform-dependent tests (windows partial - fixme)
282282
run:
283-
target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.WINDOWS_SKIPS }}
283+
target/release/rustpython -m test -j 1 all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }} ${{ env.WINDOWS_SKIPS }}
284284
- if: runner.os != 'Windows'
285285
name: check that --install-pip succeeds
286286
run: |

0 commit comments

Comments
 (0)
0