From 34ae029705057fa42fba5ea960dcc9cf4dc18053 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 13 Dec 2017 17:35:50 -0500 Subject: [PATCH] Move nightly compilation to make it cached --- circle.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 94c83f2..b0af040 100644 --- a/circle.yml +++ b/circle.yml @@ -20,11 +20,15 @@ dependencies: --test --no-run-tests --flag yesod-auth-oauth2:example -test: - override: - - stack test - # Check compilation with nightly. If this proves problematic, add || true # after to not fail the build. - stack setup --resolver nightly - - stack build --resolver nightly --pedantic --test --no-run-tests + - stack build + --resolver nightly + --pedantic + --test --no-run-tests + --flag yesod-auth-oauth2:example + +test: + override: + - stack test