Sam Kleinman
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/build.yml
|
|
@ -74,7 +74,7 @@ jobs: |
|
|
|
go.mod |
|
|
|
go.sum |
|
|
|
- name: install |
|
|
|
run: make install |
|
|
|
run: make install install_abci |
|
|
|
if: "env.GIT_DIFF != ''" |
|
|
|
- name: test_apps |
|
|
|
run: test/app/test.sh |
|
|
|