Add localnet-sanity.sh

This commit is contained in:
Michael Vines
2018-07-30 12:51:35 -07:00
parent 647053e973
commit 1adc83d148
2 changed files with 69 additions and 0 deletions

View File

@ -16,3 +16,11 @@ _ cargo fmt -- --write-mode=check
_ cargo build --verbose
_ cargo test --verbose
_ cargo bench --verbose
echo --- ci/localnet-sanity.sh
(
set -x
# Assume |cargo build| has populated target/debug/ successfully.
export PATH=$PWD/target/debug:$PATH
USE_INSTALL=1 ci/localnet-sanity.sh
)