This commit is contained in:
Zach Ramsay 2018-07-04 14:54:53 -04:00
parent 0c393b5c62
commit bc010ab5fa
2 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,7 @@ jobs:
name: binaries name: binaries
command: | command: |
export PATH="$GOBIN:$PATH" export PATH="$GOBIN:$PATH"
make install make install install_abci
cd abci && make install
- persist_to_workspace: - persist_to_workspace:
root: /tmp/workspace root: /tmp/workspace
paths: paths:

View File

@ -155,6 +155,7 @@ test_integrations:
make install make install
make test_cover make test_cover
make test_apps make test_apps
make test_abci_apps
make test_abci_cli make test_abci_cli
make test_persistence make test_persistence
make test_p2p make test_p2p