From 045653eb279b85860676227bdd8a8c01a78155b7 Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Sat, 7 Oct 2023 23:59:31 +1000 Subject: [PATCH] making clippy less salty --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)