diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f6c1e6..6126afa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: - name: Clippy if: runner.os != 'windows' run: | - cargo clippy --no-deps --all-targets + cargo clippy --no-deps - name: Cargo test (Debug) run: cargo test - name: Cargo test (Release)