Browse Source

fix script

main
Alex Xiong 1 year ago
parent
commit
d9072ec0bf
No known key found for this signature in database GPG Key ID: 7A85B16A27849F46
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      scripts/run_tests.sh

+ 1
- 2
scripts/run_tests.sh

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

Loading…
Cancel
Save