From 61a7007f666803138b2146a41804a375b3bb12cd Mon Sep 17 00:00:00 2001 From: la10736 <michele.damico@gmail.com> Date: Sun, 7 Apr 2024 14:23:55 +0200 Subject: [PATCH] We're not interested about msrv for tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b668344a..aba6e27b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,4 +38,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: taiki-e/install-action@cargo-hack - - run: cargo hack check --rust-version --workspace --all-targets --ignore-private + - run: cargo hack check --rust-version --workspace --ignore-private