From 51a61c3a4d9301ffa7ee3ee2e0b03c15cecc9fae Mon Sep 17 00:00:00 2001 From: andres Date: Fri, 14 Jun 2024 16:59:35 -0500 Subject: [PATCH] chore: Removes running benches on windows CI --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c3ba854..f1b2fa6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -73,7 +73,7 @@ jobs: if: hashFiles('Cargo.lock') == '' run: cargo generate-lockfile - name: cargo test - run: cargo test --locked --all-features --all-targets + run: cargo test --locked --all-features coverage: runs-on: ubuntu-latest name: ubuntu / stable / coverage