Skip to content

Commit

Permalink
max depth of target output
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Apr 29, 2024
1 parent 068415d commit 3407a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ case $TARGET in
while true; do
if [ -d "./target/" ]; then
echo ".target folder graph:"
find ./target/ -type d
find ./target/ -type d -maxdepth 3
if ls ./target/debug/build/runtime-integration* 1> /dev/null 2>&1; then
ls -la ./target/debug/build/runtime-integration*/out/
echo "Debug build directory exists."
Expand Down

0 comments on commit 3407a98

Please sign in to comment.