Skip to content

Commit 3c69043

Browse files
committed
[BuildScript] Run SwiftPM tests in parallel
1 parent e009e28 commit 3c69043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,7 @@ for host in "${ALL_HOSTS[@]}"; do
27722772
continue
27732773
fi
27742774
echo "--- Running tests for ${product} ---"
2775-
call "${swiftpm_bootstrap_command[@]}" test
2775+
call "${swiftpm_bootstrap_command[@]}" test --test-parallel
27762776
# As swiftpm tests itself, we break early here.
27772777
continue
27782778
;;

0 commit comments

Comments
 (0)