From 213ce7fa3fae6c98c672840d6c78138c17600a51 Mon Sep 17 00:00:00 2001 From: zhenfei Date: Thu, 12 May 2022 19:52:43 -0400 Subject: [PATCH] enabling CI with feature testing (#13) --- scripts/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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