Skip to content

Commit

Permalink
specs will error when run before shards are built (#625)
Browse files Browse the repository at this point in the history
closes #622
  • Loading branch information
ajwann authored and paulcsmith committed Oct 11, 2018
1 parent 2e2cf30 commit af64664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/test
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /bin/bash

printf "\nrunning specs with 'crystal spec'\n\n"
crystal spec
printf "\nbuilding shards with 'shards build'\n\n"
shards build
printf "\nrunning specs with 'crystal spec'\n\n"
crystal spec
printf "\nformatting code with 'crystal tool format src spec'\n\n"
crystal tool format src spec

0 comments on commit af64664

Please sign in to comment.