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"