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

[ci] use Cargo instead of Xargo when testing x86_64

parent 73986c7d
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,15 @@ ...@@ -3,7 +3,15 @@
set -ex set -ex
main() { main() {
case $TARGET in
x86_64-unknown-linux-gnu)
cargo check --target $TARGET
;;
*)
xargo check --target $TARGET xargo check --target $TARGET
;;
esac
} }
# we don't run the "test phase" when doing deploys # we don't run the "test phase" when doing deploys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment