From 2c7dd60b8031a82a6f8f9d972413bd35d10b06b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 2 Sep 2024 14:56:09 +0200 Subject: [PATCH] ci: Enable all features for our clippy run --- .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 f429fa11..507b0c94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Clippy - run: cargo clippy --all-targets -- -D warnings + run: cargo clippy --all-targets --all-features -- -D warnings test: name: ${{ matrix.target.name }} ${{ matrix.channel }}