Răsfoiți Sursa

ci: Add features to clippy pass

Apply the linter for different combinations of features (and not only
combinations of toolchains).

Signed-off-by: Quentin Monnet <qmo@qmon.net>
Quentin Monnet 8 luni în urmă
părinte
comite
8ec1050ff7
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/test.yaml

+ 2 - 2
.github/workflows/test.yaml

@@ -49,9 +49,9 @@ jobs:
               --target=x86_64-unknown-linux-gnu \
               ${{ matrix.features }}
 
-      - name: Lint with ${{ matrix.toolchain }}
+      - name: Lint with ${{ matrix.toolchain }}, ${{ matrix.features }}
         run: |
-          cargo +${{ matrix.toolchain }} clippy
+          cargo +${{ matrix.toolchain }} clippy ${{ matrix.features }}
 
   conformance_and_coverage:
     name: Check eBPF conformance and code coverage