Skip to content

Commit

Permalink
Add testForkedParallel := true
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Sep 5, 2024
1 parent c2279c6 commit 9502952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 :=
Expand Down

0 comments on commit 9502952

Please sign in to comment.