Enabling tests in release

This commit is contained in:
Tomasz Drwięga 2016-07-15 11:14:49 +02:00
parent 3d35529016
commit e74ab38e29
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ case $1 in
esac
. ./scripts/targets.sh
cargo test $FEATURES $TARGETS $1 \
cargo test --release $FEATURES $TARGETS $1 \