Skip to content

Commit

Permalink
Try again with one thread
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Jul 11, 2020
1 parent 53a7456 commit fa84985
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/functional/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ import Progress
import Reference
import Rename
import Symbol
import System.Environment
import TypeDefinition

main :: IO ()
main =
main = do
setEnv "TASTY_NUM_THREADS" "1"
-- ingredient: xml runner writes json file of test results (https:/ocharles/tasty-ant-xml/blob/master/Test/Tasty/Runners/AntXML.hs)
-- rerunningTests allow rerun of failed tests (https:/ocharles/tasty-rerun/blob/master/src/Test/Tasty/Ingredients/Rerun.hs)
defaultMainWithIngredients [
antXMLRunner
, rerunningTests [ listingTests, consoleTestReporter ]
]
$ testGroup "haskell-language-server" [
$ testGroup "haskell-language-server" [
Command.tests
, Completion.tests
, Deferred.tests
Expand Down

0 comments on commit fa84985

Please sign in to comment.