From 093961ae2d83152c1e4bbfe72d554b82658fbca4 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Tue, 17 Aug 2021 11:46:09 -0400 Subject: [PATCH] test: install abci-cli when running make tests_integrations (#6834) --- tests.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.mk b/tests.mk index e4431d935..7cee74ce9 100644 --- a/tests.mk +++ b/tests.mk @@ -37,6 +37,7 @@ test_integrations: make build_docker_test_image make tools make install + make install_abci make test_cover make test_apps make test_abci_apps