Browse Source
test: install abci-cli when running make tests_integrations (#6834)
pull/6838/head
William Banfield
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
tests.mk
|
@ -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 |
|
|