From 5a968056020f89e47e37ac65f1be1e51a9a89bda Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Wed, 3 Jul 2024 22:14:22 -0500 Subject: [PATCH] fix rust-clippy target --- .github/workflows/rust-clippy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index d048ee36..b4fe35a3 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -43,7 +43,7 @@ jobs: - name: Run rust-clippy run: - cargo clippy + cargo clippy -p rust --all-features --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt continue-on-error: true