From ac10e03aec1f459082d5cc0145cf4f2407ee7fa0 Mon Sep 17 00:00:00 2001 From: farbanas Date: Fri, 13 Jan 2023 10:31:19 +0100 Subject: [PATCH] chore: added --all-targets --all-features to clippy --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0eb21ddda7..09c4d8c082 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --workspace -- -D warnings + args: --workspace --all-targets --all-features -- -D warnings # COCONUT stuff