From 450970e0e6ab62b9227c22e7caac768a096b055e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sun, 13 Nov 2022 12:18:57 -0800 Subject: [PATCH] Restore clippy on all crates in the workspace (#725) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fcb15ea156..409f8e795e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -77,7 +77,7 @@ jobs: ${{ runner.os }}-build-${{ env.cache-name }}- ${{ runner.os }}-build- ${{ runner.os }}- - - run: cargo clippy --all-targets --all-features -- -D warnings + - run: cargo clippy --workspace --all-targets --all-features -- -D warnings cargo_test: name: "cargo test"