Skip to content

Commit

Permalink
Merge pull request #1372 from EliahKagan/find-dll
Browse files Browse the repository at this point in the history
Work around nextest macro lib compatibility bug
  • Loading branch information
Byron committed May 17, 2024
2 parents d3588ca + c099b54 commit 4735d17
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 @@ -84,6 +84,9 @@ jobs:
tool: nextest
- name: "Test (nextest)"
run: cargo nextest run --all --no-fail-fast
env:
# Works around https://github.com/nextest-rs/nextest/issues/1493.
RUSTUP_WINDOWS_PATH_ADD_BIN: '1'

test-32bit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4735d17

Please sign in to comment.