فهرست منبع

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

Add Clippy To CI Tests
Christina Sørensen 2 سال پیش
والد
کامیت
acf3d6dff3
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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