diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0abc9d2..db5cc03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: cargo fmt run: cargo fmt --all -- --check - name: cargo clippy - run: cargo clippy --workspace --all-targets -Dwarnings + run: cargo clippy --workspace --all-targets - name: cargo test run: cargo test --workspace