From 01f6009518513e622bc915bedc8400ac11b62f15 Mon Sep 17 00:00:00 2001 From: Alexander Simmerl Date: Fri, 22 Jun 2018 20:36:29 +0200 Subject: [PATCH] abci: Add comment for doc update --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 70e412aa6..5a50a61c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: