Skip to content

Commit 3a82ebc

Browse files
committed
chore(ci): Automatically track cargo-credential's MSRV in CI
1 parent 919fd9f commit 3a82ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,5 @@ jobs:
253253
runs-on: ubuntu-latest
254254
steps:
255255
- uses: actions/checkout@v4
256-
- run: rustup update 1.70 && rustup default 1.70
257-
- run: cargo test -p cargo-credential
256+
- uses: taiki-e/install-action@cargo-hack
257+
- run: cargo hack test --rust-version -p cargo-credential

0 commit comments

Comments
 (0)