test: install abci-cli when running make tests_integrations (#6834)

This commit is contained in:
William Banfield
2021-08-17 11:46:09 -04:00
committed by GitHub
parent d030cddca0
commit 093961ae2d

View File

@@ -37,6 +37,7 @@ test_integrations:
make build_docker_test_image make build_docker_test_image
make tools make tools
make install make install
make install_abci
make test_cover make test_cover
make test_apps make test_apps
make test_abci_apps make test_abci_apps