.multirust.sh: use the subcrated "make test"

This commit is contained in:
Josh Stone 2016-03-25 17:15:15 -07:00
parent 015cd0be43
commit a423b39833
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -ex
for toolchain in 1.0.0 beta nightly; do
run="multirust run $toolchain"
$run cargo build --verbose
$run cargo test --verbose
$run make test
$run .travis/test_features.sh
if [ $toolchain = nightly ]; then
$run .travis/test_nightly.sh