Skip to content

Commit

Permalink
Fix unit test issue when running tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiaobt committed Nov 25, 2024
1 parent b1dd02a commit 036c90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).settings(
name := "Recipe-book",
version := "1.0",
scalaVersion := "3.1.3",
Test / parallelExecution := true,
Test / parallelExecution := false,
scalacOptions := Seq("-unchecked", "-deprecation"),
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
Expand Down

0 comments on commit 036c90e

Please sign in to comment.