Skip to content

Commit 2779737

Browse files
committed
ci: set RUSTUP_WINDOWS_PATH_ADD_BIN
This is a workaround for <nextest-rs/nextest#1493>
1 parent 0d3c0a3 commit 2779737

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ jobs:
113113
- name: Tests
114114
env:
115115
RUST_BACKTRACE: 1
116+
117+
# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
118+
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
116119
run: cargo nextest run --workspace
117120

118121
- name: Doc-Tests

0 commit comments

Comments
 (0)