Skip to content

Commit

Permalink
Try to see which test is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Dec 26, 2019
1 parent f232451 commit f2d72f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ build() {
with_build_env 'make docs threads=1'
;;
*)
with_build_env 'make crystal std_spec compiler_spec docs threads=1'
with_build_env 'make crystal'
with_build_env 'bin/crystal spec spec/std_spec.cr -v'
;;
esac

Expand Down

0 comments on commit f2d72f5

Please sign in to comment.