Jorge Aparicio %!s(int64=8) %!d(string=hai) anos
pai
achega
d13ff6d710
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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