diff --git a/.ci/build_and_test.sh b/.ci/build_and_test.sh index 67f2378..eb172c1 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 -- --show-output docker fi