Re-enable the --lib tests

This commit is contained in:
Stephen Akridge
2019-01-07 15:07:00 -08:00
committed by sakridge
parent 0a0c62f384
commit d2cb4e003c
3 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export RUSTFLAGS="-D warnings"
_ scripts/ulimit-n.sh
_ cargo build --all --verbose --features="$FEATURES"
_ cargo test --all --verbose - --features="$FEATURES" --lib -- --nocapture --test-threads=1
_ cargo test --all --verbose --features="$FEATURES" --lib -- --nocapture --test-threads=1
# Run native program tests (without $FEATURES)
for program in programs/native/*; do