Skip to content

Commit c5a4f94

Browse files
authored
Merge pull request #8153 from aciidb0mb3r/swiftpm-parallel
[BuildScript] Run SwiftPM tests in parallel
2 parents bb76e3a + 3c69043 commit c5a4f94

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)