From 9997fa6928fc536c6067d014a98c7d39aea84b40 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 17 Aug 2021 11:16:38 -0400 Subject: [PATCH] test: install abci-cli when running make tests_integrations --- 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