diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df8630cb27b0..3e3466f9834c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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