Skip to content

Commit bc19c78

Browse files
committed
Run tests sequentially in CI
The parallel test logs are just so hard to read that they don’t really provide any value. Locally, running the tests in serial only increases test times by 1 minute, which I think is a tradeoff worth making to actually be able to tell what’s going wrong in CI.
1 parent 8f9fb53 commit bc19c78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Utilities/build-script-helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def run_tests(swift_exec: str, args: argparse.Namespace) -> None:
210210

211211
cmd = [
212212
swift_exec, 'test',
213-
'--parallel',
214213
'--disable-testable-imports',
215214
'--test-product', 'SourceKitLSPPackageTests'
216215
] + swiftpm_args

0 commit comments

Comments
 (0)