Skip to content

Commit b0f6833

Browse files
committed
run CB once, not 3 times
1 parent 49e0458 commit b0f6833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ trait CommunityBuildRunner:
6868
|
6969
|""".stripMargin)
7070

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

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

0 commit comments

Comments
 (0)