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 c8bb2b9 commit 2fd2e53Copy full SHA for 2fd2e53
swift-sdk.xcodeproj/xcshareddata/xcschemes/swift-sdk.xcscheme
@@ -192,7 +192,8 @@
192
</BuildableReference>
193
</TestableReference>
194
<TestableReference
195
- skipped = "NO">
+ skipped = "NO"
196
+ parallelizable = "YES">
197
<BuildableReference
198
BuildableIdentifier = "primary"
199
BlueprintIdentifier = "ACDA976B23159C39004C412E"
tests/endpoint-tests/scripts/run_test.sh
@@ -23,5 +23,5 @@ sed -e "s/\(apiKey = \).*$/\1\"$api_key\"/" \
23
xcodebuild -project swift-sdk.xcodeproj \
24
-scheme endpoint-tests \
25
-sdk iphonesimulator \
26
- -destination 'platform=iOS Simulator,name=iPhone 13' \
+ -destination 'platform=iOS Simulator,name=iPhone 14' \
27
test | xcpretty
0 commit comments