Improve debug logging to ensure help work out CARGO_HOME caching.
This commit is contained in:
parent
78cd3a26cb
commit
e4df647f1d
@ -3,7 +3,7 @@ set -Eeuo pipefail
|
|||||||
|
|
||||||
export HOME=$(pwd)
|
export HOME=$(pwd)
|
||||||
echo Pre-build layout
|
echo Pre-build layout
|
||||||
ls -lR .
|
ls -laR .
|
||||||
|
|
||||||
cd blastmud-repo
|
cd blastmud-repo
|
||||||
echo Running tests
|
echo Running tests
|
||||||
@ -15,4 +15,5 @@ cp ../target/release/blastmud_game ../output/
|
|||||||
cp ../target/release/blastmud_listener ../output/
|
cp ../target/release/blastmud_listener ../output/
|
||||||
|
|
||||||
echo Final layout
|
echo Final layout
|
||||||
ls -lR .
|
cd ..
|
||||||
|
ls -laR .
|
||||||
|
Loading…
Reference in New Issue
Block a user