From 4d7905bccfc898f67a992362fa2333659675f3fd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 11 Sep 2023 08:08:09 -0500 Subject: [PATCH] chore(ci): Automatically track cargo-credential's MSRV in CI --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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