aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-11-26 16:56:19 +0100
committerDaniel Gröber <dxld@darkboxed.org>2018-01-18 14:10:26 +0100
commit566787223253e63f45352b83a525e5dadf1fb82e (patch)
treecf44d36efabaa07331782e311e316cf3632b352a /scripts
parent4bfc6b916fcc696a5d82e7cd35713d6eabcb0533 (diff)
ci: Install test dependencies
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/steps/10-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
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