Skip to content

Commit

Permalink
chore(ci): Automatically track cargo-credential's MSRV in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 3, 2023
1 parent 6b237cd commit 4d7905b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update 1.70 && rustup default 1.70
- run: cargo test -p cargo-credential
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack test --rust-version -p cargo-credential

0 comments on commit 4d7905b

Please sign in to comment.