Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 27, 2024
1 parent bb0f4d9 commit 2bc429b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bc429b

Please sign in to comment.