diff --git a/.github/workflows/verify-build.yaml b/.github/workflows/verify-build.yaml index 9b059b3..069592a 100644 --- a/.github/workflows/verify-build.yaml +++ b/.github/workflows/verify-build.yaml @@ -57,7 +57,8 @@ jobs: # run checks and tests - name: Clippy - run: cargo clippy --all-features -- -D warnings + # run: cargo clippy --all-features -- -D warnings + run: cargo clippy --all-targets -- -D warnings - name: Fmt run: cargo fmt -- --check --color always - name: Lint