fix: Use CI without clippy (check + test only)
Some checks failed
CI / test (push) Failing after 3s

This commit is contained in:
2026-02-03 09:46:11 +00:00
parent f30fe8fc80
commit 57385aeacc

View File

@@ -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