diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-11-26 16:56:19 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 |
commit | 566787223253e63f45352b83a525e5dadf1fb82e (patch) | |
tree | cf44d36efabaa07331782e311e316cf3632b352a | |
parent | 4bfc6b916fcc696a5d82e7cd35713d6eabcb0533 (diff) |
ci: Install test dependencies
-rw-r--r-- | scripts/ci/steps/10-dependencies.sh | 2 |
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 |