Skip to content

Commit

Permalink
disable parallelism for scala native tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Jan 28, 2025
1 parent 73b6d84 commit 0613954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ lazy val `js-settings` = Seq(
Compile / doc / sources := Seq.empty,
fork := false,
bspEnabled := false,
Test / parallelExecution := false,
jsEnv := new NodeJSEnv(NodeJSEnv.Config().withArgs(List("--max_old_space_size=5120"))),
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.6.0"
)
Expand Down

0 comments on commit 0613954

Please sign in to comment.