We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6a74e commit 511159cCopy full SHA for 511159c
.github/workflows/main.yml
@@ -45,10 +45,6 @@ jobs:
45
run: cargo clippy --all-targets -- -D warnings
46
47
- name: Run tests
48
- # Temporary workaround for Windows path issue, see:
49
- # https://github.com/nextest-rs/nextest/issues/1493#issuecomment-2106331574
50
- env:
51
- RUSTUP_WINDOWS_PATH_ADD_BIN: 1
52
run: cargo nextest run --no-fail-fast --all-targets
53
54
# doctests are special [^1] but this step does not incur a performance penalty [^2]
0 commit comments