Skip to content

Commit 511159c

Browse files
committed
ci: Remove temporary workaround
1 parent 9a6a74e commit 511159c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545
run: cargo clippy --all-targets -- -D warnings
4646

4747
- 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
5248
run: cargo nextest run --no-fail-fast --all-targets
5349

5450
# doctests are special [^1] but this step does not incur a performance penalty [^2]

0 commit comments

Comments
 (0)