mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
run 10000 examples to reduce flakiness
This commit is contained in:
@@ -617,6 +617,8 @@ lazy val mainProj = (project in file("main"))
|
||||
managedSourceDirectories in Compile +=
|
||||
baseDirectory.value / "src" / "main" / "contraband-scala",
|
||||
sourceManaged in (Compile, generateContrabands) := baseDirectory.value / "src" / "main" / "contraband-scala",
|
||||
testOptions in Test += Tests
|
||||
.Argument(TestFrameworks.ScalaCheck, "-minSuccessfulTests", "10000"),
|
||||
mimaSettings,
|
||||
mimaBinaryIssueFilters ++= Vector(
|
||||
// New and changed methods on KeyIndex. internal.
|
||||
|
||||
Reference in New Issue
Block a user