Explorar o código

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

Add Clippy To CI Tests
Christina Sørensen %!s(int64=2) %!d(string=hai) anos
pai
achega
acf3d6dff3
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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