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 :=