diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 99a3e64..321b1e1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,5 +17,3 @@ jobs: run: cargo check --all-targets - name: Run tests run: cargo test --all - - name: Run clippy - run: cargo clippy --all -- -D warnings