From 69781fbc1d6fd6c7c279ad5ac11e425d9791c7e0 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 28 Mar 2023 01:16:27 +0000 Subject: [PATCH] fml --- ci/ci-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/ci-tests.sh b/ci/ci-tests.sh index 5d229a03f..3705067c2 100755 --- a/ci/ci-tests.sh +++ b/ci/ci-tests.sh @@ -11,6 +11,7 @@ HOST_PLATFORM="$(rustc --version --verbose | grep "host:" | awk '{ print $2 }')" export RUST_BACKTRACE=1 echo -e "\n\nBuilding and testing all workspace crates..." +cargo tree cargo build --verbose --color always cargo test --verbose --color always -- 2.39.5