diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-09-19 11:59:18 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-20 05:15:52 -0400 |
commit | 5390b5537b81f47add68c135a3743f1a17c428b3 (patch) | |
tree | 98f63a9243d4fa4a5fc5b67c0275cddf75893ce2 /.gitlab-ci.yml | |
parent | 070f7b852a2662e8b5058c2fb40ef1c5a25c86d7 (diff) | |
download | haskell-5390b5537b81f47add68c135a3743f1a17c428b3.tar.gz |
Pass -j to ghc-in-ghci CI job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d3c08e79f..601fbcadf4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -244,7 +244,7 @@ hadrian-ghc-in-ghci: - ./boot - ./configure $CONFIGURE_ARGS # Load ghc-in-ghci then immediately exit and check the modules loaded - - echo ":q" | hadrian/ghci.sh | tail -n2 | grep "Ok," + - echo ":q" | hadrian/ghci.sh -j`mk/detect-cpu-count.sh`| tail -n2 | grep "Ok," cache: key: hadrian-ghci paths: |