Skip to content

Commit

Permalink
Use test instead of check with cargo hack --rust-version.
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenlib committed May 19, 2024
1 parent 72bbc9d commit 845843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: cargo +stable test --verbose
- uses: taiki-e/install-action@cargo-hack
- name: Check msrv
run: cargo hack check --rust-version --workspace --all-targets --ignore-private
run: cargo hack test --rust-version --workspace --all-targets --ignore-private

0 comments on commit 845843a

Please sign in to comment.