aboutsummaryrefslogtreecommitdiff
path: root/ci/script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/script.sh')
-rw-r--r--ci/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 5b52fea..080e756 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -3,7 +3,7 @@ set -ex
main() {
case $TARGET in
thumbv*-none-eabi*)
- cargo check --target $TARGET
+ xargo check --target $TARGET
;;
*)
cargo test --target $TARGET