diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9477b09c..d837e11a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,9 @@ jobs: run: cargo fmt --all -- --check - name: Run clippy + run: cargo clippy --workspace --all-targets -- -D warnings + + - name: Run clippy all features run: cargo clippy --workspace --all-targets --all-features -- -D warnings build_test: