diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a50a61c..aa6a1089 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/Makefile b/Makefile index 5c8df95e..0af81612 100644 --- a/Makefile +++ b/Makefile @@ -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