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 d34644e commit a5f4e69Copy full SHA for a5f4e69
.github/workflows/ci.yml
@@ -51,5 +51,5 @@ jobs:
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
55
- run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
+ # - name: Running local tests
+ # run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
0 commit comments