Skip to content

Commit

Permalink
fork JVM during test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Alonso Dominguez committed Apr 11, 2019
1 parent c305d51 commit 66699fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -68,7 +68,7 @@ val commonSettings = Def.settings(
) ++ unusedWarning

lazy val commonJvmSettings = Seq(
fork in Test := false
fork in Test := true
)

lazy val commonJsSettings = Seq(
Expand Down

0 comments on commit 66699fc

Please sign in to comment.