From 95d9e5dc4410e3ec19fdfa971d53a9e1a0c599e2 Mon Sep 17 00:00:00 2001 From: Mehul Arora Date: Tue, 12 Nov 2024 13:02:35 -0500 Subject: [PATCH] . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2c1f85..b4db299 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,6 @@ jobs: - name: check formatting run: cargo fmt --all -- --check - name: check clippy - run: cargo clippy --workspace --all-targets -- -D warnings --allow deprecated + run: cargo clippy --workspace --all-features --all-targets -- -D warnings --allow deprecated - name: check Cargo.toml sorting run: cargo sort --workspace --check