We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa85fba commit 2aeac57Copy full SHA for 2aeac57
Sources/BuildTool/XcodeRunner.swift
@@ -15,6 +15,7 @@ enum XcodeRunner {
15
16
arguments.append(contentsOf: ["-scheme", scheme])
17
arguments.append(contentsOf: ["-destination", destination.xcodebuildArgument])
18
+ arguments.append(contentsOf: ["-parallel-testing-enabled", "NO"])
19
20
/*
21
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