Skip to content

Commit f484160

Browse files
committed
Temporary fix for #255 - concurrency problems when running 'runtime' subproject tests on Windows
1 parent 32c24fe commit f484160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ lazy val runtime = CrossProject("scalac-scoverage-runtime", file("scalac-scovera
7070
.settings(name := "scalac-scoverage-runtime")
7171
.settings(appSettings: _*)
7272
.jvmSettings(
73+
fork in Test := true,
7374
libraryDependencies += "org.scalatest" %% "scalatest" % ScalatestVersion % "test"
7475
)
7576
.jsSettings(

0 commit comments

Comments
 (0)