From 41f7c38178a60776231ecd6e7deb289baba50040 Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Wed, 25 Sep 2019 10:36:45 -0700 Subject: [PATCH] HA forgot to add the patch I just mentioned --- script/test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test b/script/test index 4fe51c3..f8ad185 100755 --- a/script/test +++ b/script/test @@ -6,7 +6,7 @@ set -o pipefail COMPOSE="docker-compose run app" -printf "\nrunning specs with 'crystal spec'\n\n" -$COMPOSE crystal spec +printf "\nrunning specs with 'crystal spec --no-debug'\n\n" +$COMPOSE crystal spec --no-debug printf "\nformatting code with 'crystal tool format src spec'\n\n" $COMPOSE crystal tool format src spec