diff --git a/ci/run.sh b/ci/run.sh index 2a7b40069366c9009066234964f73c3b8c474ccb..55695db83c7bf52560e5649b3b022d686349280d 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -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