solana/ci/test-erasure.sh

14 lines
164 B
Bash
Executable File

#!/bin/bash -e
set -o xtrace
cd "$(dirname "$0")/.."
./fetch-perf-libs.sh
export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH
cargo test --features="erasure"
exit 0