Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit a61aa81

Browse files
authored
Merge pull request #1028 from bubba/unit-test-speedup
Fix unit tests clogging CircleCI builds
2 parents 9ee04b2 + 1619a35 commit a61aa81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

haskell-ide-engine.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,9 @@ test-suite unit-test
181181
, ghc-mod-core
182182
, hslogger
183183
, yaml
184-
185-
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wredundant-constraints
184+
-- don't multithread i.e. --with-rtsopts=-N
185+
-- otherwise ghc-mod operations become super slow on CircleCI
186+
ghc-options: -Wall -Wredundant-constraints
186187
if flag(pedantic)
187188
ghc-options: -Werror
188189
default-language: Haskell2010

0 commit comments

Comments
 (0)