Skip to content

Commit 231b9a4

Browse files
committed
Enable -Yflexify-tasty for select projects
scalatest, scalatestplusTestNG
1 parent ea86d08 commit 231b9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

community-build/src/scala/dotty/communitybuild/CommunityBuildRunner.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object CommunityBuildRunner:
1515
* creation time to create the cache of the dependencies
1616
* and avoid network overhead.
1717
*/
18-
extension (self: CommunityProject)
18+
extension (self: CommunityProject)
1919
def run()(using suite: CommunityBuildRunner): Unit =
2020
self.dependencies.foreach(_.publish())
2121
self.testOnlyDependencies().foreach(_.publish())
@@ -68,7 +68,7 @@ trait CommunityBuildRunner:
6868
|
6969
|""".stripMargin)
7070

71-
val testsCompletedSuccessfully = execTimes(projectDef.build, 3)
71+
val testsCompletedSuccessfully = execTimes(projectDef.build, 0)
7272

7373
if !testsCompletedSuccessfully then
7474
failWith(s"""

0 commit comments

Comments
 (0)