File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,19 @@ import Progress
21
21
import Reference
22
22
import Rename
23
23
import Symbol
24
+ import System.Environment
24
25
import TypeDefinition
25
26
26
27
main :: IO ()
27
- main =
28
+ main = do
29
+ setEnv " TASTY_NUM_THREADS" " 1"
28
30
-- ingredient: xml runner writes json file of test results (https://github.com/ocharles/tasty-ant-xml/blob/master/Test/Tasty/Runners/AntXML.hs)
29
31
-- rerunningTests allow rerun of failed tests (https://github.com/ocharles/tasty-rerun/blob/master/src/Test/Tasty/Ingredients/Rerun.hs)
30
32
defaultMainWithIngredients [
31
33
antXMLRunner
32
34
, rerunningTests [ listingTests, consoleTestReporter ]
33
35
]
34
- $ testGroup " haskell-language-server" [
36
+ $ testGroup " haskell-language-server" [
35
37
Command. tests
36
38
, Completion. tests
37
39
, Deferred. tests
You can’t perform that action at this time.
0 commit comments