mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-02-11 13:46:44 +01:00
8 lines
181 B
Bash
Executable File
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
|
|
|