From bc010ab5fa6b3c72f0cd83d7d5fb823d0a211ea1 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Wed, 4 Jul 2018 14:54:53 -0400 Subject: [PATCH] updates --- .circleci/config.yml | 3 +-- Makefile | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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