Skip to content

Commit 73bbba3

Browse files
authored
Merge pull request #835 from ahoppen/ahoppen/disable-parallel-testing
Run tests sequentially in CI
2 parents 9279803 + bc19c78 commit 73bbba3

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)