From 0f3e787a2a6ccadc4bf512494811ed765ed4c099 Mon Sep 17 00:00:00 2001 From: Vincent Esche <138017+regexident@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:19:03 +0200 Subject: [PATCH] Only check MSRV for bin target, ignoring dev-dependencies --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 84406991..b69c91e0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -78,4 +78,4 @@ jobs: with: toolchain: nightly - uses: taiki-e/install-action@cargo-hack - - run: cargo hack check --rust-version --workspace --all-targets --tests --ignore-private -v + - run: cargo hack check --rust-version --bin "cargo-modules" --ignore-private