Skip to content

Commit

Permalink
Try making more test suites threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Aug 27, 2023
1 parent ad69ecf commit 0bafe34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lsp-test/lsp-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test-suite tests
hs-source-dirs: test
main-is: Test.hs
default-language: Haskell2010
ghc-options: -W
ghc-options: -W -threaded -rtsopts -with-rtsopts=-N
other-modules: DummyServer
build-depends:
, aeson
Expand All @@ -117,6 +117,7 @@ test-suite func-test
hs-source-dirs: func-test
default-language: Haskell2010
main-is: FuncTest.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
, base
, co-log-core
Expand All @@ -134,6 +135,7 @@ test-suite example
hs-source-dirs: example
default-language: Haskell2010
main-is: Test.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
, base
, lsp-test
Expand All @@ -145,7 +147,7 @@ benchmark simple-bench
hs-source-dirs: bench
default-language: Haskell2010
main-is: SimpleBench.hs
ghc-options: -Wall -O2 -eventlog -rtsopts
ghc-options: -Wall -O2 -eventlog -threaded -rtsopts -with-rtsopts=-N
build-depends:
, base
, extra
Expand Down

0 comments on commit 0bafe34

Please sign in to comment.