chore(ci): Speed up MSRV check by doing 'check'

Most MSRV issues will be with too-new APIs and not behavior changes
This commit is contained in:
Ed Page 2023-09-11 08:13:15 -05:00
parent 510606e8f3
commit 29fde12f29
1 changed files with 1 additions and 1 deletions

View File

@ -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