We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f4f0c commit 510606eCopy full SHA for 510606e
.github/workflows/main.yml
@@ -253,5 +253,5 @@ jobs:
253
runs-on: ubuntu-latest
254
steps:
255
- uses: actions/checkout@v4
256
- - run: rustup update 1.70 && rustup default 1.70
257
- - run: cargo test -p cargo-credential
+ - uses: taiki-e/install-action@cargo-hack
+ - run: cargo hack test --rust-version -p cargo-credential
0 commit comments