ci: updated Cargo Husky hooks to not use the Makefile

This commit is contained in:
2025-12-15 20:21:14 -07:00
parent c072c57bbb
commit e0fcbc71e1
2 changed files with 6 additions and 9 deletions
+2 -5
View File
@@ -7,8 +7,5 @@ echo "Running pre-push hook:"
echo "Executing: cargo fmt"
cargo fmt
echo "Executing: make lint"
make lint
echo "Executing: cargo test"
cargo test
echo "Executing: cargo clippy --all"
cargo clippy --all