Update test.sh

add -j 8 for test
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-12-01 07:48:06 +07:00 committed by GitHub
parent 70c6aebca5
commit 61eb2a9104
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ case $1 in
esac
. ./scripts/targets.sh
cargo test $OPTIONS --features "$FEATURES" $TARGETS $1 \
cargo test -j 8 $OPTIONS --features "$FEATURES" $TARGETS $1 \