Parcourir la source

ci: add clippy check

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen il y a 2 ans
Parent
commit
2fdfb62aa9
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .github/workflows/unit-tests.yml

+ 3 - 0
.github/workflows/unit-tests.yml

@@ -44,3 +44,6 @@ jobs:
 
       - name: Run unit tests
         run: cargo hack test --feature-powerset
+
+      - name: Run clippy lints
+        run: cargo clippy -- -D warnings