Skip to content

Commit

Permalink
Disabel parallel test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernet committed May 22, 2024
1 parent 3ea0a89 commit 3fb5ea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ scalacOptions += "-Xsource:3"

run / fork := true

Test / parallelExecution := false

// Needed as long as this lib is in the dependencies
// https://eed3si9n.com/sbt-1.5.0
// https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html
Expand Down

0 comments on commit 3fb5ea2

Please sign in to comment.