diff --git a/.ci/build b/.ci/build index be8af6f..adb1000 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 .