Skip to content

Commit 5bcf8c3

Browse files
06393993sunshowers
authored andcommitted
build: add RUSTUP_WINDOWS_PATH_ADD_BIN: 1
... to WA #1493 for the "Test with latest nextest release" step on Windows temporarily.
1 parent f8a5918 commit 5bcf8c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ jobs:
8989
run: cargo local-nt run --profile ci
9090
- name: Test with latest nextest release
9191
run: cargo nextest run --profile ci
92+
env:
93+
# TODO: should remove once https://github.com/nextest-rs/nextest/pull/1499 is in the
94+
# latest release
95+
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
9296
- name: Test without double-spawning
9397
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-14' }}
9498
env:

0 commit comments

Comments
 (0)