fml
[rust-lightning] / ci / ci-tests.sh
index 5d229a03f197133025bbd7e8528f0b15764c2b21..3705067c245c36fef82d4371d74efd62d64359da 100755 (executable)
@@ -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