|cargo test --all|

This commit is contained in:
Michael Vines
2018-12-14 15:28:45 -08:00
parent 8ba1aed5a3
commit f0d1ed0cc4
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ source ./target/perf-libs/env.sh
FEATURES=bpf_c,cuda,erasure,chacha
_ cargo build --all --verbose --features="$FEATURES"
_ cargo test --verbose --features="$FEATURES" --lib -- --nocapture --test-threads=1
_ cargo test --all --verbose --features="$FEATURES" --lib -- --nocapture --test-threads=1
# Run integration tests serially
for test in tests/*.rs; do