Browse Source

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

pull/6838/head
William Banfield 3 years ago
committed by GitHub
parent
commit
093961ae2d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests.mk

+ 1
- 0
tests.mk View File

@ -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


Loading…
Cancel
Save