From: Matt Corallo Date: Tue, 28 Mar 2023 01:16:27 +0000 (+0000) Subject: fml X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=69781fbc1d6fd6c7c279ad5ac11e425d9791c7e0;p=rust-lightning fml --- diff --git a/ci/ci-tests.sh b/ci/ci-tests.sh index 5d229a03..3705067c 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