Skip to content

Commit

Permalink
HA forgot to add the patch I just mentioned
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Sep 25, 2019
1 parent adea31a commit 41f7c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/test
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 41f7c38

Please sign in to comment.