diff --git a/json/src/spec/tendermint.rs b/json/src/spec/tendermint.rs index f5a178d50..f9e35825d 100644 --- a/json/src/spec/tendermint.rs +++ b/json/src/spec/tendermint.rs @@ -49,6 +49,7 @@ pub struct Tendermint { mod tests { use serde_json; use bigint::prelude::H160; + use hash::Address; use spec::tendermint::Tendermint; use spec::validator_set::ValidatorSet; diff --git a/test.sh b/test.sh index 6eb447970..435a1ad3f 100755 --- a/test.sh +++ b/test.sh @@ -22,4 +22,4 @@ case $1 in ;; esac -cargo test -j 8 $OPTIONS --features "$FEATURES" --all --exclude ipfs --exclude evmjit $1 \ +cargo test -j 8 $OPTIONS --features "$FEATURES" --all --exclude parity-ipfs-api --exclude evmjit $1