From f2d72f5ef083613a9c2de2f9f751b293744a067a Mon Sep 17 00:00:00 2001 From: Ary Borenszweig Date: Wed, 18 Dec 2019 13:24:21 -0300 Subject: [PATCH] Try to see which test is failing --- bin/ci | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/ci b/bin/ci index 766123a0e865..3004ddeb30d2 100755 --- a/bin/ci +++ b/bin/ci @@ -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