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

Commit

Permalink
build: add RUSTUP_WINDOWS_PATH_ADD_BIN: 1
Browse files Browse the repository at this point in the history
... to WA nextest-rs#1493 for the "Test with latest nextest release" step on Windows temporarily.
  • Loading branch information
06393993 committed May 18, 2024
1 parent f8a5918 commit c7536ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
run: cargo local-nt run --profile ci
- name: Test with latest nextest release
run: cargo nextest run --profile ci
env:
# TODO: should remove once https://github.com/nextest-rs/nextest/pull/1499 is in the
# latest release
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
- name: Test without double-spawning
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-14' }}
env:
Expand Down

0 comments on commit c7536ff

Please sign in to comment.