From bedd48596f16f375b7b77d031687f1225376c1e2 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Sat, 6 Jan 2024 22:16:24 +0100 Subject: [PATCH] ci: run clippy on test code as well --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b25c1bab5872..42c135657294 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -83,5 +83,5 @@ jobs: echo "::error ::Clippy --fix made changes, please fix" exit 1 fi - - run: cargo clippy --all-features + - run: cargo clippy --all-features --all-targets working-directory: rust