Skip to content

Commit

Permalink
One-only parallel instance for sbt-test
Browse files Browse the repository at this point in the history
  • Loading branch information
som-snytt committed Jul 10, 2024
1 parent c1fe213 commit 784b780
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 @@ -960,7 +960,7 @@ lazy val sbtTest = project.in(file("test") / "sbt-test")
sbtTestDirectory := baseDirectory.value,

scriptedBatchExecution := true, // set to `false` to execute each test in a separate sbt instance
scriptedParallelInstances := 2, // default is 1
scriptedParallelInstances := 1, // default is 1, was 2

// hide sbt output of scripted tests
scriptedBufferLog := true,
Expand Down

0 comments on commit 784b780

Please sign in to comment.