fix ci script

This commit is contained in:
gnzlbg 2018-02-27 17:08:14 +01:00
parent 4c0b6ea61e
commit 5b890a31bd
1 changed files with 1 additions and 1 deletions

View File

@ -79,5 +79,5 @@ if [ "$TARGET" = "x86_64-unknown-linux-gnux32" ]; then
opt="--release"
fi
exec cargo test $opt --no-default-features --target $TARGET
cargo test $opt --no-default-features --target $TARGET
exec cargo test $opt --manifest-path libc-test/Cargo.toml --target $TARGET