diff --git a/ci/run.sh b/ci/run.sh index c41cb4274bc7..6413019ee5fc 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -105,7 +105,7 @@ if [ "$target" = "s390x-unknown-linux-gnu" ]; then passed=$((passed+1)) continue fi - if [ "$passed" = "1" ]; then + elif [ "$passed" = "1" ]; then if $cmd --no-default-features; then passed=$((passed+1)) continue