Skip to content

Commit

Permalink
test runs-on without cargo-nextest windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Jan 28, 2025
1 parent a36a7a1 commit 6801586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,9 @@ jobs:
uses: taiki-e/install-action@07a34f8347b1eeb5f5469cdfa451b0a5db2ae4e8 # 2.38.4
with:
tool: cargo-nextest
if: runner.os == 'Linux' || runner.os == 'macOS'

- name: cargo nextest run --locked
run: |
cargo -Zgitoxide -Zgit nextest run --locked
if: runner.os == 'Linux' || runner.os == 'macOS'

0 comments on commit 6801586

Please sign in to comment.