1
0
Эх сурвалжийг харах

Merge pull request #120 from eza-community/cafk-ci-clippy

Add Clippy To CI Tests
Christina Sørensen 2 жил өмнө
parent
commit
acf3d6dff3

+ 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