Skip to content

Commit

Permalink
ci: set RUSTUP_WINDOWS_PATH_ADD_BIN
Browse files Browse the repository at this point in the history
This is a workaround for
<nextest-rs/nextest#1493>
  • Loading branch information
link2xt committed May 13, 2024
1 parent 0d3c0a3 commit 2779737
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ jobs:
- name: Tests
env:
RUST_BACKTRACE: 1

# Workaround for <https://github.com/nextest-rs/nextest/issues/1493>.
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
run: cargo nextest run --workspace

- name: Doc-Tests
Expand Down

0 comments on commit 2779737

Please sign in to comment.