Skip to content

Commit 152c8b2

Browse files
wan9chicodex
andcommitted
ci: restore Windows workflow after stress test
Co-authored-by: GPT-5.6 <codex@openai.com>
1 parent 83baae3 commit 152c8b2

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)