diff --git a/build.sbt b/build.sbt index 59a1264..ba731af 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val collectionContrib = crossProject(JVMPlatform, JSPlatform, NativePlatfor case _ => Seq.empty } }, - testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v", "-s", "-a"), + testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-s", "-a"), Test / parallelExecution := false, // why? libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % Test,