Skip to content

Commit

Permalink
Only check MSRV for bin target, ignoring dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Jun 11, 2024
1 parent 848f051 commit 0f3e787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
with:
toolchain: nightly
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets --tests --ignore-private -v
- run: cargo hack check --rust-version --bin "cargo-modules" --ignore-private

0 comments on commit 0f3e787

Please sign in to comment.