Skip to content

Commit ce778df

Browse files
torokati44Dinnerbone
authored andcommitted
github: Add a workaround for nextest failing on Windows
1 parent ef1f6ce commit ce778df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
# Supposedly makes "Updating crates.io index" faster on Windows.
8585
# See: https://github.com/rust-lang/cargo/issues/9167
8686
CARGO_NET_GIT_FETCH_WITH_CLI: 'true'
87+
# Workaround for: https://github.com/nextest-rs/nextest/issues/1493
88+
# See also: https://github.com/rust-lang/rustup/issues/3825
89+
RUSTUP_WINDOWS_PATH_ADD_BIN: '1'
8790
XDG_RUNTIME_DIR: '' # dummy value, just to silence warnings about it missing
8891

8992
- name: Run tests without image tests

0 commit comments

Comments
 (0)