Browse Source

ci: fix missing dependency (#7396)

pull/7399/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
4b8fd28148
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@ -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


Loading…
Cancel
Save