Skip to content

Commit

Permalink
Remove redundant integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Feb 4, 2024
1 parent c0f1638 commit d9a38f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit d9a38f5

Please sign in to comment.