Run localnet-sanity in test-stable-perf

This commit is contained in:
Michael Vines 2018-08-01 11:44:10 -07:00
parent c5ceb15e02
commit 6feb6a27be
1 changed files with 14 additions and 2 deletions

View File

@ -8,5 +8,17 @@ export LD_LIBRARY_PATH=$PWD:/usr/local/cuda/lib64
export PATH=$PATH:/usr/local/cuda/bin
export RUST_BACKTRACE=1
_() {
echo "--- $*"
"$@"
}
_ cargo test --features=cuda,erasure
echo --- ci/localnet-sanity.sh
(
set -x
exec cargo test --features=cuda,erasure
# Assume |cargo build| has populated target/debug/ successfully.
export PATH=$PWD/target/debug:$PATH
USE_INSTALL=1 ci/localnet-sanity.sh
)