Skip to content
Snippets Groups Projects
Commit ffbfe25b authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

cargo build -> cargo check

parent da05f9f1
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,11 @@ set -ex
main() {
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
cargo build --target $TARGET
cargo check --target $TARGET
return
fi
xargo build --target $TARGET
xargo check --target $TARGET
xargo test --target $TARGET --examples
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment