diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5b1adf..a96cad2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,4 +29,4 @@ jobs: - name: format run: cargo fmt --all --check - name: clippy - run: cargo clippy --all --all-targets --all-features --verbose + run: cargo clippy --all --all-targets --all-features --verbose -- -D warnings