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
command: |
export PATH="$GOBIN:$PATH"
make install
cd abci && make install
make install install_abci
- persist_to_workspace:
root: /tmp/workspace
paths:

View File

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