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 ed4190a commit d34644eCopy full SHA for d34644e
.github/workflows/ci.yml
@@ -49,5 +49,7 @@ jobs:
49
run: carthage checkout
50
- name: Building dependencies
51
run: carthage build --no-use-binaries --platform iOS Simulator --use-xcframeworks
52
+ - name: Building framework
53
+ run: xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
54
- name: Running local tests
- run: xcodebuild test -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests | xcpretty
55
+ run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
0 commit comments