Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
.circleci/config.yml: Temporarily disable test harness (see #207)
Browse files Browse the repository at this point in the history
The KMS configs need to be updated in Tendermint
  • Loading branch information
tony-iqlusion committed Mar 10, 2019
1 parent 75ca547 commit a773498
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ jobs:
command: |
cargo audit --version
cargo audit
- run:
name: validate against test harness
command: |
cargo build --features=softsign
TMKMS_BIN=./target/debug/tmkms sh tests/support/run-harness-tests.sh
# TODO(tarcieri): update Tendermint config files and re-enabled test harness
# See: https://github.com/tendermint/kms/issues/207
#- run:
# name: validate against test harness
# command: |
# cargo build --features=softsign
# TMKMS_BIN=./target/debug/tmkms sh tests/support/run-harness-tests.sh
- save_cache:
key: cache-2019-01-25-v0 # bump restore_cache key above too
paths:
Expand Down

0 comments on commit a773498

Please sign in to comment.