mirror of https://github.com/astral-sh/ruff
Fix windows-ci failure (#11470)
<!-- Thank you for contributing to Ruff! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary The recent issues with the windows CI seem to be caused by https://github.com/nextest-rs/nextest/issues/1493. With this https://github.com/nextest-rs/nextest/issues/1493#issuecomment-2106331574 as a fix. (Let's see if it works)
This commit is contained in:
parent
dd6d411026
commit
cd87b787d9
|
|
@ -167,6 +167,9 @@ jobs:
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: "Run tests"
|
- name: "Run tests"
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
|
||||||
|
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
|
||||||
run: |
|
run: |
|
||||||
cargo nextest run --all-features --profile ci
|
cargo nextest run --all-features --profile ci
|
||||||
cargo test --all-features --doc
|
cargo test --all-features --doc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue