From 950295214840f865bfb7f36cc044055cb51d0f48 Mon Sep 17 00:00:00 2001 From: danicheg Date: Thu, 5 Sep 2024 09:31:57 +0300 Subject: [PATCH] Add testForkedParallel := true --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index db5c907f0b..0c0b62e62f 100644 --- a/build.sbt +++ b/build.sbt @@ -97,6 +97,7 @@ lazy val commonNativeSettings = { doctestGenTests := Seq.empty, tlVersionIntroduced := commonNativeTlVersionIntroduced, Test / fork := true, + Test / testForkedParallel := true, Test / testGrouping := divideOnTwoGroups((Test / definedTests).value), Global / concurrentRestrictions :=