Skip to content

Commit 4735d17

Browse files
authored
Merge pull request #1372 from EliahKagan/find-dll
Work around nextest macro lib compatibility bug
2 parents d3588ca + c099b54 commit 4735d17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
tool: nextest
8585
- name: "Test (nextest)"
8686
run: cargo nextest run --all --no-fail-fast
87+
env:
88+
# Works around https://github.com/nextest-rs/nextest/issues/1493.
89+
RUSTUP_WINDOWS_PATH_ADD_BIN: '1'
8790

8891
test-32bit:
8992
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)