Skip to content

Commit d13ff6d

Browse files
author
Jorge Aparicio
committed
fix armv7
1 parent 09935e2 commit d13ff6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ run_tests() {
2121
if [[ -z $DONT_RUN_TESTS ]]; then
2222
$QEMU target/**/release/rustc_builtins-*
2323
fi
24-
else
24+
else if [[ -z $DONT_RUN_TESTS ]]; then
2525
cargo test --target $TARGET
2626
cargo test --target $TARGET --release
2727
fi

0 commit comments

Comments
 (0)