Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

Commit e63d89e

Browse files
committed
build: add RUSTUP_WINDOWS_PATH_ADD_BIN: 1
... to WA nextest-rs#1493 for the "Test with latest nextest release" step on Windows temporarily.
1 parent 3a8ae64 commit e63d89e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
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)