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