From 4e8e02dc7f6b483ffdb71aaefce6c1c7602350b7 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Tue, 22 Jul 2025 10:32:33 -0600 Subject: [PATCH] chore: make sure clippy lints all targets --- .github/workflows/turborepo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/turborepo-test.yml b/.github/workflows/turborepo-test.yml index 876b4ea453f91..ea7922fe6dd3c 100644 --- a/.github/workflows/turborepo-test.yml +++ b/.github/workflows/turborepo-test.yml @@ -202,7 +202,7 @@ jobs: - name: Run cargo clippy run: | - cargo clippy --workspace --features rustls-tls -- --deny clippy::all + cargo clippy --workspace --features rustls-tls --all-targets -- --deny clippy::all rust_check: # We test dependency changes only on main