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 fc261a0 commit c84a7b3Copy full SHA for c84a7b3
build.sbt
@@ -24,8 +24,10 @@ ThisBuild / initialCommands := """
24
|import upperbound._
25
""".stripMargin
26
27
-ThisBuild / testFrameworks += new TestFramework("munit.Framework")
28
-ThisBuild / Test / parallelExecution := false
+// If debugging tests, it's sometimes useful to disable parallel execution and test result buffering:
+// ThisBuild / Test / parallelExecution := false
29
+// ThisBuild / Test / testOptions += Tests.Argument(TestFrameworks.MUnit, "-b")
30
+
31
32
def dep(org: String, prefix: String, version: String)(
33
modules: String*
0 commit comments