Skip to content

Commit a3699a7

Browse files
committed
chore(ci): Verify all MSRVs in CI
1 parent 879a309 commit a3699a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
needs:
2121
- build_std
2222
- clippy
23-
- credential_msrv
23+
- msrv
2424
- docs
2525
- lockfile
2626
- resolver
@@ -38,7 +38,7 @@ jobs:
3838
needs:
3939
- build_std
4040
- clippy
41-
- credential_msrv
41+
- msrv
4242
- docs
4343
- lockfile
4444
- resolver
@@ -249,9 +249,9 @@ jobs:
249249
curl -sSLO https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh
250250
sh linkcheck.sh --all --path ../src/doc cargo
251251
252-
credential_msrv:
252+
msrv:
253253
runs-on: ubuntu-latest
254254
steps:
255255
- uses: actions/checkout@v3
256256
- uses: taiki-e/install-action@cargo-hack
257-
- run: cargo hack check --all-targets --rust-version -p cargo-credential
257+
- run: cargo hack check --all-targets --rust-version --workspace --ignore-private

0 commit comments

Comments
 (0)