Improve debug logging to ensure help work out CARGO_HOME caching.

This commit is contained in:
Condorra 2023-02-12 21:14:56 +11:00
parent 78cd3a26cb
commit e4df647f1d

View File

@ -3,7 +3,7 @@ set -Eeuo pipefail
export HOME=$(pwd)
echo Pre-build layout
ls -lR .
ls -laR .
cd blastmud-repo
echo Running tests
@ -15,4 +15,5 @@ cp ../target/release/blastmud_game ../output/
cp ../target/release/blastmud_listener ../output/
echo Final layout
ls -lR .
cd ..
ls -laR .