From 566787223253e63f45352b83a525e5dadf1fb82e Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sun, 26 Nov 2017 16:56:19 +0100 Subject: ci: Install test dependencies --- scripts/ci/steps/10-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/ci/steps/10-dependencies.sh b/scripts/ci/steps/10-dependencies.sh index c718421..0d0254c 100644 --- a/scripts/ci/steps/10-dependencies.sh +++ b/scripts/ci/steps/10-dependencies.sh @@ -1,3 +1,3 @@ "$CI_SCRIPTS_DIR"/retry.sh cabal update cabal --sandbox-config="$sandbox_config" sandbox init --sandbox="$sandbox" -cabal --sandbox-config="$sandbox_config" install --only-dependencies +cabal --sandbox-config="$sandbox_config" install --only-dependencies --enable-tests -- cgit v1.2.3