Files
tls-pq-bench/.cargo-husky/hooks/pre-push

9 lines
116 B
Bash
Executable File

#!/bin/sh
set -e
echo "Running cargo nextest..."
cargo nextest run --all-features
echo "Pre-push checks passed!"