We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea86d08 commit 231b9a4Copy full SHA for 231b9a4
community-build/src/scala/dotty/communitybuild/CommunityBuildRunner.scala
@@ -15,7 +15,7 @@ object CommunityBuildRunner:
15
* creation time to create the cache of the dependencies
16
* and avoid network overhead.
17
*/
18
- extension (self: CommunityProject)
+ extension (self: CommunityProject)
19
def run()(using suite: CommunityBuildRunner): Unit =
20
self.dependencies.foreach(_.publish())
21
self.testOnlyDependencies().foreach(_.publish())
@@ -68,7 +68,7 @@ trait CommunityBuildRunner:
68
|
69
|""".stripMargin)
70
71
- val testsCompletedSuccessfully = execTimes(projectDef.build, 3)
+ val testsCompletedSuccessfully = execTimes(projectDef.build, 0)
72
73
if !testsCompletedSuccessfully then
74
failWith(s"""
0 commit comments