We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fork in (Test, test) := true
1 parent e6c7b42 commit c306103Copy full SHA for c306103
build.sbt
@@ -45,8 +45,7 @@ lazy val compilation = addJmh(project).settings(
45
mainClass in (Jmh, run) := Some("scala.bench.ScalacBenchmarkRunner"),
46
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
47
testOptions in Test += Tests.Argument(TestFrameworks.JUnit),
48
- fork in (Test, test) := true,
49
- fork in run := true
+ fork in (Test, test) := true // jmh scoped tasks run with fork := true.
50
).settings(addJavaOptions).dependsOn(infrastructure)
51
52
lazy val micro = addJmh(project).settings(
0 commit comments