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
+4 -4
View File
@@ -7,8 +7,8 @@ echo "Running pre-push hook:"
echo "Executing: cargo fmt --check"
cargo fmt --check
echo "Executing: make lint"
make lint
echo "Executing: cargo clippy --all"
cargo clippy --all
echo "Executing: cargo test"
cargo test
echo "Executing: cargo test --all"
cargo test --all