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 ef1f6ce commit ce778dfCopy full SHA for ce778df
.github/workflows/test_rust.yml
@@ -84,6 +84,9 @@ jobs:
84
# Supposedly makes "Updating crates.io index" faster on Windows.
85
# See: https://github.com/rust-lang/cargo/issues/9167
86
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'
90
XDG_RUNTIME_DIR: '' # dummy value, just to silence warnings about it missing
91
92
- name: Run tests without image tests
0 commit comments