tests: clippy warnings as warn, no deny

This commit is contained in:
2025-07-10 17:17:39 -05:00
parent 1e36db1ff7
commit 279dc043d4
2 changed files with 1 additions and 13 deletions

View File

@@ -34,7 +34,7 @@ format-check:
# Lint with clippy
lint:
@echo "🔍 Running clippy..."
cargo clippy --all-targets --all-features -- -D warnings
cargo clippy --all-targets --all-features --
# Build project
build: