diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 16835d4ce8..5c8845cb59 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -167,6 +167,9 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: "Run tests" shell: bash + env: + # Workaround for . + RUSTUP_WINDOWS_PATH_ADD_BIN: 1 run: | cargo nextest run --all-features --profile ci cargo test --all-features --doc