From c57353a4a7257b808f7aea9836bea974e8f1924e Mon Sep 17 00:00:00 2001 From: William Freudenberger Date: Mon, 29 Apr 2024 20:05:42 +0200 Subject: [PATCH] disable verbose cargo test logs --- ci/run-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-check.sh b/ci/run-check.sh index e18af1799c..33869c7dec 100755 --- a/ci/run-check.sh +++ b/ci/run-check.sh @@ -18,7 +18,7 @@ case $TARGET in # ;; test-integration) - cargo test --release -vv --package runtime-integration-tests --features fast-runtime & + cargo test --releas --package runtime-integration-tests --features fast-runtime & CARGO_PID=$! BUILD_DISCOVERED=false DEPS_DISCOVERED=false