diff --git a/.github/workflows/cargo-tests.yml b/.github/workflows/cargo-tests.yml index 39c85d9..b2fa573 100644 --- a/.github/workflows/cargo-tests.yml +++ b/.github/workflows/cargo-tests.yml @@ -73,9 +73,6 @@ jobs: - name: Run tests run: cargo test --release - - name: Check build - run: cargo check --release - - name: Check clippy run: cargo clippy --release --locked --all-targets -- -D warnings