From a48ad2673f6ab09fb0f00135f41f267fe62f6d4f Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Tue, 17 Sep 2024 11:23:16 -0400 Subject: [PATCH] Add all-features to clippy CI checks --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index fc589db..07ba507 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,7 +21,7 @@ jobs: - name: Cache dependencies uses: Swatinem/rust-cache@v2.7.3 - name: Run cargo clippy - run: cargo clippy --all-targets -- --deny warnings + run: cargo clippy --all-targets --all-features -- --deny warnings clippy-python: name: Clippy-Python runs-on: ubuntu-latest