Skip to content

Commit e78486d

Browse files
committed
chore(ci): Speed up MSRV check by doing 'check'
Most MSRV issues will be with too-new APIs and not behavior changes
1 parent 4d7905b commit e78486d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,4 @@ jobs:
254254
steps:
255255
- uses: actions/checkout@v4
256256
- uses: taiki-e/install-action@cargo-hack
257-
- run: cargo hack test --rust-version -p cargo-credential
257+
- run: cargo hack check --all-targets --rust-version -p cargo-credential

0 commit comments

Comments
 (0)