Skip to content

Commit

Permalink
ci: run std and compiler specs separately
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Aug 19, 2017
1 parent 9ae0c83 commit e811cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ prepare_system() {

build() {
with_build_env 'make std_spec clean'
with_build_env 'make crystal spec doc'
with_build_env 'make crystal std_spec compiler_spec doc'
with_build_env 'find samples -name "*.cr" | xargs -L 1 ./bin/crystal build --no-codegen'
with_build_env './bin/crystal tool format --check samples spec src'
}
Expand Down

0 comments on commit e811cf9

Please sign in to comment.