Skip to content

Commit

Permalink
fix nextest run
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 29, 2024
1 parent b3b9576 commit 68dc126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Verify and Test Rust version
run: |
cargo hack msrv verify --output-format=minimal --all-features
cargo hack --rust-version nextest run --all-targets --all-features
cargo hack --rust-version nextest run --all-targets --all-features --no-tests=pass
- name: Find MSRV
if: ${{ failure() }}
Expand Down

0 comments on commit 68dc126

Please sign in to comment.