Browse Source

fix armv7

Jorge Aparicio 8 năm trước cách đây
mục cha
commit
d13ff6d710
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ci/script.sh

+ 1 - 1
ci/script.sh

@@ -21,7 +21,7 @@ run_tests() {
         if [[ -z $DONT_RUN_TESTS ]]; then
             $QEMU target/**/release/rustc_builtins-*
         fi
-    else
+    else if [[ -z $DONT_RUN_TESTS ]]; then
         cargo test --target $TARGET
         cargo test --target $TARGET --release
     fi