Skip to content

Commit

Permalink
Revert ":zap: run sbt test in parallel"
Browse files Browse the repository at this point in the history
This reverts commit 9f5b7c1.
  • Loading branch information
twentylemon committed Dec 8, 2023
1 parent 9f5b7c1 commit c6790be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val advent = (project in file("."))
"com.github.vagmcs" %% "optimus-solver-oj" % "3.4.3"
),
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % Test,
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oDFP"),
Test / parallelExecution := true,
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oDF"),
Test / parallelExecution := false,
Test / logBuffered := false
)
6 changes: 6 additions & 0 deletions project/project/metals.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// DO NOT EDIT! This file is auto-generated.

// This file enables sbt-bloop to create bloop config files.

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.11")

0 comments on commit c6790be

Please sign in to comment.