Skip to content

Commit

Permalink
enabling CI with feature testing (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfeizhang authored May 12, 2022
1 parent fbd4009 commit 213ce7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 213ce7f

Please sign in to comment.