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 91065b3 commit 2d3f21fCopy full SHA for 2d3f21f
.github/workflows/ci.yml
@@ -33,10 +33,14 @@ jobs:
33
run: swift package resolve
34
- name: Build
35
run: swift build --build-tests
36
- # - name: Run local tests
37
- # run: swift test --skip-build -c debug --filter localTests
38
- # - name: Run remote tests
39
- # run: swift test --skip-build -c debug --filter remoteTests
+ # No need to run tests more than once, but this should be run in Carghage part
+ # since it could lost some files in project.
+ - name: Install ganache
+ run: npm install ganache --global
40
+ - name: Start ganache
41
+ run: ganache
42
+ - name: Run local tests
43
+ run: swift test --skip-build -c debug --filter localTests
44
carthage:
45
name: Carthage
46
runs-on: macOS-11
0 commit comments