File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237 - shard : windows-ignored
238238 partition : ' '
239239 mode : ignored
240- runs-on : windows-latest
240+ runs-on : namespace-profile- windows-4c-8g
241241 env :
242242 PARTITION : ${{ matrix.partition }}
243243 steps :
@@ -263,24 +263,14 @@ jobs:
263263 # job never depends on the runner's Rust toolchain.
264264 - name : Run tests
265265 if : matrix.mode == 'default'
266- run : |
267- for iteration in {1..50}; do
268- echo "::group::Iteration $iteration/50"
269- cargo-nextest nextest run --archive-file windows-tests.tar.zst --workspace-remap . --partition "$PARTITION"
270- echo "::endgroup::"
271- done
266+ run : cargo-nextest nextest run --archive-file windows-tests.tar.zst --workspace-remap . --partition "$PARTITION"
272267
273268 - uses : oxc-project/setup-node@4c588e9266bd930b6ddc34307df0659ed511d187 # v1.3.1
274269 if : matrix.mode == 'ignored'
275270
276271 - name : Run ignored tests
277272 if : matrix.mode == 'ignored'
278- run : |
279- for iteration in {1..50}; do
280- echo "::group::Iteration $iteration/50"
281- cargo-nextest nextest run --archive-file windows-tests.tar.zst --workspace-remap . --run-ignored ignored-only
282- echo "::endgroup::"
283- done
273+ run : cargo-nextest nextest run --archive-file windows-tests.tar.zst --workspace-remap . --run-ignored ignored-only
284274
285275 test-musl :
286276 needs : detect-changes
You can’t perform that action at this time.
0 commit comments