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 PATH=$PATH:/usr/local/cuda/bin
|
||||||
export RUST_BACKTRACE=1
|
export RUST_BACKTRACE=1
|
||||||
|
|
||||||
set -x
|
_() {
|
||||||
exec cargo test --features=cuda,erasure
|
echo "--- $*"
|
||||||
|
"$@"
|
||||||
|
}
|
||||||
|
|
||||||
|
_ cargo test --features=cuda,erasure
|
||||||
|
|
||||||
|
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
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue