From e78486dacaef360d3b9f0c8bbfce2d094b181fb2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 11 Sep 2023 08:13:15 -0500 Subject: [PATCH] chore(ci): Speed up MSRV check by doing 'check' Most MSRV issues will be with too-new APIs and not behavior changes --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e3466f9834c..1355469a2a08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -254,4 +254,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: taiki-e/install-action@cargo-hack - - run: cargo hack test --rust-version -p cargo-credential + - run: cargo hack check --all-targets --rust-version -p cargo-credential