Run localnet-sanity in test-stable-perf
This commit is contained in:
parent
c5ceb15e02
commit
6feb6a27be
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue