Skip to content

Commit 2aeac57

Browse files
committed
Disable parallel tests in BuildTool command.
1 parent aa85fba commit 2aeac57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/BuildTool/XcodeRunner.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ enum XcodeRunner {
1515

1616
arguments.append(contentsOf: ["-scheme", scheme])
1717
arguments.append(contentsOf: ["-destination", destination.xcodebuildArgument])
18+
arguments.append(contentsOf: ["-parallel-testing-enabled", "NO"])
1819

1920
/*
2021
Note: I was previously passing SWIFT_TREAT_WARNINGS_AS_ERRORS=YES here, but am no longer able to do so, for the following reasons:

0 commit comments

Comments
 (0)