Parcourir la source

Fix clippy action

Román Cárdenas il y a 1 an
Parent
commit
1509de2f12
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/clippy.yml

+ 1 - 1
.github/workflows/clippy.yml

@@ -14,7 +14,7 @@ jobs:
     strategy:
       matrix:
         toolchain: [ stable, nightly ]
-        cargo_flags: [ ]
+        cargo_flags: [ --all-features, --no-default-features ]
         include:
           # Nightly is only for reference and allowed to fail
           - toolchain: nightly