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 20339c9 commit 4bd6c2aCopy full SHA for 4bd6c2a
build.sbt
@@ -25,7 +25,8 @@ ThisBuild / initialCommands := """
25
|import upperbound._
26
""".stripMargin
27
28
-// If debugging tests, it's sometimes useful to disable parallel execution and test result buffering:
+// If debugging tests, it's sometimes useful to disable parallel
29
+// execution and test result buffering:
30
// ThisBuild / Test / parallelExecution := false
31
// ThisBuild / Test / testOptions += Tests.Argument(TestFrameworks.MUnit, "-b")
32
0 commit comments