From 262a3e29ff2c4b44432a4634c942170e747a2562 Mon Sep 17 00:00:00 2001 From: Amanda Graven Date: Tue, 21 Sep 2021 15:26:02 +0200 Subject: [PATCH] Also run clippy CI checks on tests --- .github/workflows/toolchain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/toolchain.yml b/.github/workflows/toolchain.yml index f198e7f..bea4acf 100644 --- a/.github/workflows/toolchain.yml +++ b/.github/workflows/toolchain.yml @@ -47,7 +47,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings + args: --all-targets -- -D warnings test: name: Test