Skip to content

Commit

Permalink
Enable fatal warnings on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Dec 25, 2021
1 parent e41631a commit 94e12bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ ThisBuild / developers ++= List(
Developer(username, fullName, s"@$username", url(s"https://github.com/$username"))
}

ThisBuild / fatalWarningsInCI := false

// If debugging tests, it's sometimes useful to disable parallel execution and test result buffering:
// ThisBuild / Test / parallelExecution := false
// ThisBuild / Test / testOptions += Tests.Argument(TestFrameworks.MUnit, "-b")
Expand Down

0 comments on commit 94e12bb

Please sign in to comment.