mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
ci: add cargo-husky pre-commit hooks
This commit is contained in:
8
.cargo-husky/hooks/pre-push
Executable file
8
.cargo-husky/hooks/pre-push
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
echo "Running cargo nextest..."
|
||||
cargo nextest run --all-features
|
||||
|
||||
echo "Pre-push checks passed!"
|
||||
Reference in New Issue
Block a user