github: Add a workaround for nextest failing on Windows

This commit is contained in:
TÖRÖK Attila 2024-05-16 16:14:31 +02:00 committed by Nathan Adams
parent ef1f6ce29b
commit ce778df64f
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ jobs:
# Supposedly makes "Updating crates.io index" faster on Windows.
# See: https://github.com/rust-lang/cargo/issues/9167
CARGO_NET_GIT_FETCH_WITH_CLI: 'true'
# Workaround for: https://github.com/nextest-rs/nextest/issues/1493
# See also: https://github.com/rust-lang/rustup/issues/3825
RUSTUP_WINDOWS_PATH_ADD_BIN: '1'
XDG_RUNTIME_DIR: '' # dummy value, just to silence warnings about it missing
- name: Run tests without image tests