From d0e240b545eb43391ec7298f78e5a80a9c7ff78d Mon Sep 17 00:00:00 2001 From: Christien Rioux Date: Fri, 1 Sep 2023 17:56:43 -0400 Subject: [PATCH] tests --- veilid-tools/run_tests.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/veilid-tools/run_tests.sh b/veilid-tools/run_tests.sh index 816b36cb..be64d808 100755 --- a/veilid-tools/run_tests.sh +++ b/veilid-tools/run_tests.sh @@ -59,9 +59,9 @@ elif [[ "$1" == "android" ]]; then popd >/dev/null else - cargo test --features=rt-tokio,tracing -- --nocapture - cargo test --features=rt-async-std,tracing -- --nocapture - cargo test --features=rt-tokio -- --nocapture - cargo test --features=rt-async-std -- --nocapture + cargo test -- --nocapture + cargo test --features=tracing -- --nocapture + cargo test --no-default-features --features=rt-async-std -- --nocapture + cargo test --no-default-features --features=rt-async-std,tracing -- --nocapture fi popd 2>/dev/null \ No newline at end of file