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.
1 parent 7dbb249 commit fc72c06Copy full SHA for fc72c06
build.sbt
@@ -30,7 +30,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform, NativePlatfor
30
case _ => Seq.empty
31
}
32
},
33
- testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"),
+ testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-s", "-a"),
34
Test / parallelExecution := false, // why?
35
libraryDependencies ++= Seq(
36
"junit" % "junit" % "4.13.2" % Test,
0 commit comments