Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b0f6833

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /