File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 30
30
run : swift package resolve
31
31
- name : Build
32
32
run : swift build --build-tests
33
- - name : Run local tests
34
- run : swift test --skip-build -c debug --filter remoteTests
33
+ # - name: Run local tests
34
+ # run: swift test --skip-build -c debug --filter localTests
35
+ # - name: Run remote tests
36
+ # run: swift test --skip-build -c debug --filter remoteTests
35
37
carthage :
36
38
name : Carthage
37
39
runs-on : macOS-11
53
55
run : xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
54
56
# - name: Running local tests
55
57
# run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
58
+ # - name: Running remote tests
59
+ # run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan RemoteTests
You can’t perform that action at this time.
0 commit comments