File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 42
42
run : sleep 1
43
43
- name : Run local tests
44
44
run : swift test --skip-build -c debug --filter localTests
45
- # - name: Run remote tests
46
- # run: swift test --skip-build -c debug --filter remoteTests
45
+ - name : Run remote tests
46
+ run : swift test --skip-build -c debug --filter remoteTests
47
47
carthage :
48
48
name : Carthage
49
49
runs-on : macOS-11
64
64
- name : Building dependencies
65
65
run : carthage build --no-use-binaries --platform iOS Simulator --use-xcframeworks
66
66
- name : Building framework
67
- run : xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
67
+ run : xcodebuild build-for-testing -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}"
68
68
- name : Install ganache
69
69
run : npm install ganache --global
70
70
- name : Start ganache in background
73
73
run : sleep 1
74
74
- name : Run local tests
75
75
run : xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
76
- # - name: Run remote tests
77
- # run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan RemoteTests
76
+ - name : Run remote tests
77
+ 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