From 5a2f7e5e67f2965aa2efa0313f2b0abd22307901 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 4cc49795..9497db95 100644 --- a/text.cabal +++ b/text.cabal @@ -265,7 +265,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