Browse Source

abci: Add comment for doc update

pull/1796/head
Alexander Simmerl 6 years ago
parent
commit
01f6009518
No known key found for this signature in database GPG Key ID: 4694E95C9CC61BDA
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .circleci/config.yml

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

@ -94,6 +94,8 @@ jobs:
export PATH="$GOBIN:$PATH"
bash abci/tests/test_app/test.sh
# if this test fails, fix it and update the docs at:
# https://github.com/tendermint/tendermint/blob/develop/docs/abci-cli.md
test_abci_cli:
<<: *defaults
steps:


Loading…
Cancel
Save