diff --git a/build.sbt b/build.sbt index aed7152ab..2e07ce2ce 100644 --- a/build.sbt +++ b/build.sbt @@ -19,6 +19,7 @@ def commonSettings: Seq[Setting[_]] = Seq( mimaPreviousArtifacts := Set(), // Some(organization.value %% moduleName.value % "1.0.0"), publishArtifact in Compile := true, publishArtifact in Test := false, + parallelExecution in Test := false, commands += Command.command("scalafmtCheck") { state => sys.process.Process("git diff --name-only --exit-code").! match { case 0 => // ok