From 9bfcdbe8e2edf3fc3de2f50923f1d3c298b61244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Fri, 21 Apr 2023 11:47:43 +0200 Subject: [PATCH] Add --all-targets to clippy for contracts (#3337) --- .github/workflows/contracts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index 0a5b5bd786..80f0abde7f 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -63,4 +63,4 @@ jobs: if: ${{ matrix.rust != 'nightly' }} with: command: clippy - args: --manifest-path contracts/Cargo.toml --workspace -- -D warnings + args: --manifest-path contracts/Cargo.toml --workspace --all-targets -- -D warnings