Skip to content

Commit fe50b3a

Browse files
Fix build for testing issue.
Make tests parallelizable and execute in random order.
1 parent 55f6a1d commit fe50b3a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

web3swift.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@
191191
5C03EADF274406410052C66D /* web3swift_AdvancedABIv2_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C03EACD274406400052C66D /* web3swift_AdvancedABIv2_Tests.swift */; };
192192
5C03EAE0274406410052C66D /* web3swift_transactions_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C03EACE274406410052C66D /* web3swift_transactions_Tests.swift */; };
193193
CB50A52827060BD600D7E39B /* web3swift_EIP712_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB50A52727060BD600D7E39B /* web3swift_EIP712_Tests.swift */; };
194-
CB50A52A27060C5300D7E39B /* EIP712.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB50A52927060C5300D7E39B /* EIP712.swift */; };
195194
E22A911F241ED71A00EC1021 /* browser.min.js in Resources */ = {isa = PBXBuildFile; fileRef = E22A911E241ED71A00EC1021 /* browser.min.js */; };
196195
E252E67F26B403F500717C16 /* web3swift_helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = E252E67E26B403F500717C16 /* web3swift_helpers.swift */; };
197196
E2B76710241ED479007EBFE3 /* browser.js in Resources */ = {isa = PBXBuildFile; fileRef = E2B7670F241ED479007EBFE3 /* browser.js */; };
@@ -1373,7 +1372,6 @@
13731372
files = (
13741373
5C03EAD7274406410052C66D /* web3swift_EIP67_Tests.swift in Sources */,
13751374
5C03EAD2274406410052C66D /* web3swift_ObjC_Tests.swift in Sources */,
1376-
CB50A52A27060C5300D7E39B /* EIP712.swift in Sources */,
13771375
5C03EADE274406410052C66D /* web3swift_User_cases.swift in Sources */,
13781376
5C03EAD6274406410052C66D /* web3swift_EIP681_Tests.swift in Sources */,
13791377
5C03EAB9274406340052C66D /* web3swift_ENS_Tests.swift in Sources */,

web3swift.xcodeproj/xcshareddata/xcschemes/web3swift.xcscheme

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,16 @@
3838
</MacroExpansion>
3939
<Testables>
4040
<TestableReference
41-
skipped = "NO">
41+
skipped = "NO"
42+
parallelizable = "YES"
43+
testExecutionOrdering = "random">
4244
<BuildableReference
4345
BuildableIdentifier = "primary"
4446
BlueprintIdentifier = "139751B6219AF76D0044D2B0"
4547
BuildableName = "Tests.xctest"
4648
BlueprintName = "Tests"
4749
ReferencedContainer = "container:web3swift.xcodeproj">
4850
</BuildableReference>
49-
<SkippedTests>
50-
<Test
51-
Identifier = "web3swift_websocket_Tests">
52-
</Test>
53-
</SkippedTests>
5451
</TestableReference>
5552
</Testables>
5653
</TestAction>

0 commit comments

Comments
 (0)