Kaynağa Gözat

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

Add Clippy To CI Tests
Christina Sørensen 2 yıl önce
ebeveyn
işleme
acf3d6dff3
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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