From 2ebb4985896c45d199e855ff408b392f533345b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Mon, 14 Mar 2022 09:18:58 +0100 Subject: [PATCH] ci: run clippy with --workspace in build.yml --- .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 3242d73ecc..a2a7a76afd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings + args: --workspace -- -D warnings - name: Build all binaries with coconut enabled uses: actions-rs/cargo@v1