Browse Source

updates

pull/1906/head
Zach Ramsay 6 years ago
parent
commit
bc010ab5fa
2 changed files with 2 additions and 2 deletions
  1. +1
    -2
      .circleci/config.yml
  2. +1
    -0
      Makefile

+ 1
- 2
.circleci/config.yml View File

@ -31,8 +31,7 @@ jobs:
name: binaries
command: |
export PATH="$GOBIN:$PATH"
make install
cd abci && make install
make install install_abci
- persist_to_workspace:
root: /tmp/workspace
paths:


+ 1
- 0
Makefile View File

@ -155,6 +155,7 @@ test_integrations:
make install
make test_cover
make test_apps
make test_abci_apps
make test_abci_cli
make test_persistence
make test_p2p


Loading…
Cancel
Save