From 2f59eae1af7611437d2bb263fadfcc06bf792d64 Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 11:52:13 +0200 Subject: [PATCH] Replace cargo test with cargo check in CI --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3269ee3..2b6bb31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - run: cargo check --workspace - - run: cargo test --workspace + - run: cargo check --workspace --all-targets build: needs: check