From c04d31af5f7a23406f7924c2df0f2f9086d4a273 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 47479503..628f779f 100644 --- a/text.cabal +++ b/text.cabal @@ -259,7 +259,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