File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 40
40
run : sleep 1
41
41
- name : Run local tests
42
42
run : swift test --skip-build -c debug --filter localTests
43
+ # - name: Run remote tests
44
+ # run: swift test --skip-build -c debug --filter remoteTests
43
45
carthage :
44
46
name : Carthage
45
47
runs-on : macOS-11
65
67
run : ganache &
66
68
- name : Wait till ganache starts
67
69
run : sleep 1
68
- - name : Running local tests
70
+ - name : Run local tests
69
71
run : xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
70
- # - name: Running remote tests
72
+ # - name: Run remote tests
71
73
# 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