From 0f386b845e2ccf7971984b83139f8838cd5af47a Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Fri, 26 Jan 2024 21:32:47 +0200 Subject: [PATCH] Enable parallel tests --- text.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.cabal b/text.cabal index ea6025a5..0b56087c 100644 --- a/text.cabal +++ b/text.cabal @@ -264,7 +264,7 @@ source-repository head test-suite tests type: exitcode-stdio-1.0 ghc-options: - -Wall -threaded -rtsopts + -Wall -threaded -rtsopts -with-rtsopts=-N hs-source-dirs: tests main-is: Tests.hs