Skip to content

Commit ef0764a

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents 43b83de + c332852 commit ef0764a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,8 @@ function Test-Foundation {
28412841
-Src $SourceCache\swift-corelibs-foundation `
28422842
-Bin "$BinaryCache\$($BuildPlatform.Triple)\FoundationTests" `
28432843
-Platform $BuildPlatform `
2844-
-Configuration $FoundationTestConfiguration
2844+
-Configuration $FoundationTestConfiguration `
2845+
-j 1
28452846
}
28462847
}
28472848

0 commit comments

Comments
 (0)