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 : namespace-profile- windows-4c-8g
240+ runs-on : windows-latest
241241 env :
242242 PARTITION : ${{ matrix.partition }}
243243 steps :
@@ -257,13 +257,6 @@ jobs:
257257 with :
258258 tool : cargo-nextest
259259
260- - name : Verify process image tracing
261- if : matrix.shard == 'windows-1'
262- run : |
263- filter='test(create_process_a) | test(create_process_w) | test(read_program)'
264- cargo-nextest nextest run --archive-file windows-tests.tar.zst --workspace-remap . --test-threads 1 -E "$filter"
265- cargo-nextest nextest run --archive-file windows-tests.tar.zst --workspace-remap . --test-threads 3 -E "$filter"
266-
267260 # The default (non-ignored) test set needs nothing beyond the test
268261 # binaries themselves; this step verifies that contract before Node.js
269262 # and pnpm enter the picture. `cargo-nextest` is invoked directly so the
You can’t perform that action at this time.
0 commit comments