Skip to content

Commit eaf8c21

Browse files
committed
fix script
1 parent f3a6fae commit eaf8c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if [ "$target" = "s390x-unknown-linux-gnu" ]; then
105105
passed=$((passed+1))
106106
continue
107107
fi
108-
if [ "$passed" = "1" ]; then
108+
elif [ "$passed" = "1" ]; then
109109
if $cmd --no-default-features; then
110110
passed=$((passed+1))
111111
continue

0 commit comments

Comments
 (0)