Skip to content

Commit

Permalink
chore(ci): Speed up MSRV check by doing 'check'
Browse files Browse the repository at this point in the history
Most MSRV issues will be with too-new APIs and not behavior changes
  • Loading branch information
epage committed Oct 3, 2023
1 parent 4d7905b commit e78486d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack test --rust-version -p cargo-credential
- run: cargo hack check --all-targets --rust-version -p cargo-credential

0 comments on commit e78486d

Please sign in to comment.