Explorar o código

Fix clippy action

Román Cárdenas hai 1 ano
pai
achega
1509de2f12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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