From 886e363f41e7a81667f7aa5dfe5df2b75c15ce83 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 14 Feb 2024 14:51:44 -0500 Subject: [PATCH] fix: lint all targets --- .github/workflows/ci-check-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-check-app.yml b/.github/workflows/ci-check-app.yml index 54b1089..284cb33 100644 --- a/.github/workflows/ci-check-app.yml +++ b/.github/workflows/ci-check-app.yml @@ -85,7 +85,7 @@ jobs: uses: WalletConnect/actions-rs/cargo@2.0.0 with: command: clippy - args: --all-features --tests -- -D warnings + args: --workspace --all-features --all-targets -- -D warnings formatting: name: Formatting