File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ public class SchemeGenerator {
260260
261261 return XCScheme . TestableReference (
262262 skipped: testTarget. skipped,
263- parallelizable : testTarget. parallelizable,
263+ parallelization : testTarget. parallelizable ? . all : . none ,
264264 randomExecutionOrdering: testTarget. randomExecutionOrder,
265265 buildableReference: testBuildEntries. buildableReference,
266266 locationScenarioReference: locationScenarioReference,
Original file line number Diff line number Diff line change 6060 </TestableReference >
6161 <TestableReference
6262 skipped = " NO"
63+ parallelizable = " YES"
6364 testExecutionOrdering = " random" >
6465 <BuildableReference
6566 BuildableIdentifier = " primary"
You can’t perform that action at this time.
0 commit comments