From c7536ff6b5a06606311327b5eedb4cfdb62d3723 Mon Sep 17 00:00:00 2001 From: Kaiyi Li Date: Fri, 17 May 2024 20:45:31 -0700 Subject: [PATCH] build: add RUSTUP_WINDOWS_PATH_ADD_BIN: 1 ... to WA https://github.com/nextest-rs/nextest/issues/1493 for the "Test with latest nextest release" step on Windows temporarily. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0804e91fd9b..24c9d87f41a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: