You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
277 B

2 years ago
2 years ago
1 year ago
  1. #!/usr/bin/env bash
  2. #Fail out on error
  3. set -e
  4. # We want the code to panic if there is an integer overflow
  5. export RUSTFLAGS="-C overflow-checks=on"
  6. cargo test --release --all -- -Zunstable-options --report-time
  7. cargo test --no-run --features=print-trace
  8. cargo bench --no-run