mirror of https://github.com/sbt/sbt.git
run 10000 examples to reduce flakiness
This commit is contained in:
parent
83db3f16c8
commit
b96925bbda
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue