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 }}