Files
hyperplonk/scripts/run_tests.sh
2022-04-20 17:10:25 -04:00

8 lines
181 B
Bash
Executable File

#!/usr/bin/env bash
# We want the code to panic if there is an integer overflow
export RUSTFLAGS="-C overflow-checks=on"
cargo test --release -- -Zunstable-options --report-time