From 0f9965bd1b3f6e3011e4515470b8568284c0b5cd Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 11:54:22 +0200 Subject: [PATCH] Remove --all-targets from CI check --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2314b55..fa7827c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,6 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - run: cargo check --workspace - - run: cargo check --workspace --all-targets build: needs: check