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 cee2ebb commit 6d66057
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 @@ -45,4 +45,4 @@ jobs:
# RUSTFLAGS: -D warnings
- 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 6d66057

Please # to comment.