File tree 2 files changed +16
-6
lines changed
PromiseKit.xcodeproj/xcshareddata/xcschemes
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 46
46
- uses : actions/checkout@v2
47
47
- run : swift build -Xswiftc -warnings-as-errors -Xswiftc -swift-version -Xswiftc 4
48
48
- run : swift build -Xswiftc -warnings-as-errors -Xswiftc -swift-version -Xswiftc 4.2
49
- - run : swift test --enable-code-coverage
49
+ - run : swift test --enable-code-coverage --parallel
50
50
51
51
- name : Generate Coverage Report
52
52
if : ${{ matrix.swift != '5.4.1' }} # fails for SOME REASON
Original file line number Diff line number Diff line change 40
40
</CodeCoverageTargets >
41
41
<Testables >
42
42
<TestableReference
43
- skipped = " NO" >
43
+ skipped = " NO"
44
+ parallelizable = " YES"
45
+ testExecutionOrdering = " random" >
44
46
<BuildableReference
45
47
BuildableIdentifier = " primary"
46
48
BlueprintIdentifier = " 630019011D596292003B4E30"
50
52
</BuildableReference >
51
53
</TestableReference >
52
54
<TestableReference
53
- skipped = " NO" >
55
+ skipped = " NO"
56
+ parallelizable = " YES"
57
+ testExecutionOrdering = " random" >
54
58
<BuildableReference
55
59
BuildableIdentifier = " primary"
56
60
BlueprintIdentifier = " 6317518B1D59766500A9DDDC"
60
64
</BuildableReference >
61
65
</TestableReference >
62
66
<TestableReference
63
- skipped = " NO" >
67
+ skipped = " NO"
68
+ parallelizable = " YES"
69
+ testExecutionOrdering = " random" >
64
70
<BuildableReference
65
71
BuildableIdentifier = " primary"
66
72
BlueprintIdentifier = " 631411321D59795700E24B9E"
70
76
</BuildableReference >
71
77
</TestableReference >
72
78
<TestableReference
73
- skipped = " NO" >
79
+ skipped = " NO"
80
+ parallelizable = " YES"
81
+ testExecutionOrdering = " random" >
74
82
<BuildableReference
75
83
BuildableIdentifier = " primary"
76
84
BlueprintIdentifier = " 633027E0203CC0060037E136"
80
88
</BuildableReference >
81
89
</TestableReference >
82
90
<TestableReference
83
- skipped = " NO" >
91
+ skipped = " NO"
92
+ parallelizable = " YES"
93
+ testExecutionOrdering = " random" >
84
94
<BuildableReference
85
95
BuildableIdentifier = " primary"
86
96
BlueprintIdentifier = " C0244E4E2047A6CB00ACB4AC"
You can’t perform that action at this time.
0 commit comments