disable erasure for large network testing
This commit is contained in:
parent
735a0ee16d
commit
8f046cb1f8
|
@ -3,11 +3,8 @@
|
|||
here=$(dirname "$0")
|
||||
cd "$here"/..
|
||||
|
||||
./fetch-perf-libs.sh
|
||||
export LD_LIBRARY_PATH+=:$PWD
|
||||
|
||||
export RUST_BACKTRACE=1
|
||||
export RUST_LOG=multinode=info
|
||||
|
||||
set -x
|
||||
exec cargo test --release --features=erasure test_multi_node_dynamic_network -- --ignored
|
||||
exec cargo test --release test_multi_node_dynamic_network -- --ignored
|
||||
|
|
Loading…
Reference in New Issue