Browse Source

enabling CI with feature testing (#13)

main
zhenfei 2 years ago
committed by GitHub
parent
commit
213ce7fa3f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      scripts/run_tests.sh

+ 2
- 1
scripts/run_tests.sh

@ -4,4 +4,5 @@
export RUSTFLAGS="-C overflow-checks=on"
cargo test --release -- -Zunstable-options --report-time
cargo test --no-run --features=print-trace
cargo test --no-run --no-default-features

Loading…
Cancel
Save