diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0482d54..99f41cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,4 +50,4 @@ jobs: run: cargo fmt --all -- --check - name: cargo clippy - run: cargo clippy --all --all-features -- -D warnings + run: cargo clippy --all --all-features --all-targets -- -D warnings