From 0bf4146633ed464041705c77f8f0b2826fe9d301 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 25 Jun 2016 21:35:40 -0700 Subject: [PATCH] Speed up build time on CI --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 1e6da4d1e..55cd402a9 100644 --- a/circle.yml +++ b/circle.yml @@ -12,8 +12,8 @@ dependencies: - stack setup - rm -fr $(stack path --dist-dir) $(stack path --local-install-root) - stack install hlint packdeps cabal-install - - stack build - - stack build --test --no-run-tests + - stack build --fast + - stack build --fast --test --no-run-tests test: override: