diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 5fab546..8f47ea9 100755 --- a/scripts/run_tests.sh +++ b/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