From d9a38f5b598b259913dab68e877a9f00eccda20d Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Sun, 4 Feb 2024 23:03:10 +1100 Subject: [PATCH] Remove redundant integration test --- build.sbt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.sbt b/build.sbt index 2e00787..9d9a090 100644 --- a/build.sbt +++ b/build.sbt @@ -98,10 +98,6 @@ ThisBuild / scalacOptions ++= Seq( "-language:postfixOps" ) -Defaults.itSettings - -configs(IntegrationTest) - ThisBuild / homepage := Some(url("https://github.com/mdedetrich/pekko-streams-circe")) ThisBuild / scmInfo := Some( @@ -159,8 +155,6 @@ ThisBuild / scalacOptions ++= { } else Seq.empty } -IntegrationTest / parallelExecution := false - ThisBuild / githubWorkflowTargetBranches := Seq("main") // Once we have branches per version, add the pattern here ThisBuild / githubWorkflowBuild := Seq(