Skip to content

Commit 0bb3d3d

Browse files
committed
Windows: execute SwiftPM tesst in parallel
1 parent 0ae55f1 commit 0bb3d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3302,7 +3302,7 @@ function Test-PackageManager() {
33023302
}
33033303

33043304
Build-SPMProject `
3305-
-Action Test `
3305+
-Action TestParallel `
33063306
-Src $SrcDir `
33073307
-Bin "$BinaryCache\$($HostPlatform.Triple)\PackageManagerTests" `
33083308
-Platform $HostPlatform `

0 commit comments

Comments
 (0)