From ddf4ce44ea6a12b1c0844d02eacdc56405ec2118 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 12 Jan 2023 17:44:43 +0100 Subject: [PATCH] ci: make clippy check tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0482d54..99f41cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,4 +50,4 @@ jobs: run: cargo fmt --all -- --check - name: cargo clippy - run: cargo clippy --all --all-features -- -D warnings + run: cargo clippy --all --all-features --all-targets -- -D warnings