From 174952fd4f7ea135a0802c30dcd73a964e3a68c2 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 13 Dec 2017 08:28:09 -0500 Subject: [PATCH] Install test dependencies in build step This ensures the extra installation doesn't happen in the test step. Also add a missing --pedantic. --- circle.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 05cef82..167112d 100644 --- a/circle.yml +++ b/circle.yml @@ -7,7 +7,10 @@ dependencies: - chmod +x /tmp/stack && sudo mv /tmp/stack /usr/bin/stack override: - stack setup - - stack build --flag yesod-auth-oauth2:example + - stack build + --pedantic + --test --no-run-tests + --flag yesod-auth-oauth2:example test: override: