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 ccc6b38 commit 49b2fb0Copy full SHA for 49b2fb0
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