From affe4300e82467ae1c52a4d9ae364d689bb82b23 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 30 Jan 2023 07:30:02 -0500 Subject: [PATCH] Replace clippy --tests with --all-targets --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d7e7ff80..36819dd4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: rust-components: clippy - name: Run Clippy - run: cargo clippy --all-features --tests -- -D warnings -A dead_code + run: cargo clippy --all-features --all-targets -- -D warnings -A dead_code deny: runs-on: ubuntu-latest