From bc68dc145775387571d66988cf992cede71c8318 Mon Sep 17 00:00:00 2001 From: Gabriel de Quadros Ligneul Date: Thu, 21 Nov 2024 18:32:06 -0300 Subject: [PATCH] Debug cargo test in CI --- .ci/build_and_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build_and_test.sh b/.ci/build_and_test.sh index 67f2378..b08e920 100755 --- a/.ci/build_and_test.sh +++ b/.ci/build_and_test.sh @@ -21,5 +21,5 @@ if [ "$UNAME" == "Darwin" ]; then # Disable docker tests on MacOS CI cargo test --no-default-features else - cargo test + cargo test -- --nocapture fi