From e811cf964dbb9887e12369c52247165c0e216aa4 Mon Sep 17 00:00:00 2001 From: Ary Borenszweig Date: Sat, 19 Aug 2017 19:13:47 -0300 Subject: [PATCH] ci: run std and compiler specs separately --- bin/ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci b/bin/ci index 9c75a5d4cb0a..219b4f1326ec 100755 --- a/bin/ci +++ b/bin/ci @@ -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' }