From d9072ec0bf4f2df773f8e62fa47b2fdd0bcd73eb Mon Sep 17 00:00:00 2001 From: Alex Xiong Date: Thu, 12 Jan 2023 22:29:03 +0800 Subject: [PATCH] fix script --- scripts/run_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 6bd4df2..8a8b60f 100755 --- a/scripts/run_tests.sh +++ b/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 \ No newline at end of file +cargo bench --no-run