]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: run clippy without all features
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 16 Jan 2024 10:50:10 +0000 (11:50 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 30 Jan 2024 08:35:16 +0000 (09:35 +0100)
.github/workflows/rust.yml

index 42c135657294764e30511d7f468dd984e10c3c3a..e6e8460733a557826d559df37103ad202327e6ba 100644 (file)
@@ -85,3 +85,6 @@ jobs:
           fi
       - run: cargo clippy --all-features --all-targets
         working-directory: rust
+      # especially without debug feature
+      - run: cargo clippy
+        working-directory: rust