From e4df647f1de7fe441ff25d202b636ede95af5cff Mon Sep 17 00:00:00 2001 From: Condorra Date: Sun, 12 Feb 2023 21:14:56 +1100 Subject: [PATCH] Improve debug logging to ensure help work out CARGO_HOME caching. --- .ci/build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/build b/.ci/build index be8af6f0..adb1000f 100755 --- a/.ci/build +++ b/.ci/build @@ -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 .