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 fe620f1 commit 8972600
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lsp-test/lsp-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ test-suite tests
hs-source-dirs: test
main-is: Test.hs
default-language: Haskell2010
default-extensions: ImportQualifiedPost
ghc-options: -W
ghc-options: -W -threaded -rtsopts -with-rtsopts=-N
other-modules: DummyServer
build-depends:
, aeson
Expand All @@ -120,6 +119,7 @@ test-suite func-test
default-language: Haskell2010
default-extensions: ImportQualifiedPost
main-is: FuncTest.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
, base
, co-log-core
Expand All @@ -138,6 +138,7 @@ test-suite example
default-language: Haskell2010
default-extensions: ImportQualifiedPost
main-is: Test.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
, base
, lsp-test
Expand All @@ -150,7 +151,7 @@ benchmark simple-bench
default-language: Haskell2010
default-extensions: ImportQualifiedPost
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 8972600

Please sign in to comment.