diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4594f8f1..18c1a433 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: with: components: clippy - - run: cargo clippy --all-features --all-targets + - run: cargo clippy --all-features --all-targets -- --deny warnings deny: name: Cargo Deny