diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdc8e42..4d3fdd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: - name: Clippy run: | - cargo clippy --workspace --all-features --all-targets --tests -- --deny warnings --verbose + cargo clippy --workspace --all-features --all-targets --tests -- --deny warnings