Skip to content

Commit

Permalink
tweak error message
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Jun 15, 2024
1 parent 2d3207b commit 8ab65a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
exit_code=0
while IFS= read -r line; do
printf "%s but expected failure because it's ignored"'\n' "$line"
printf "::error title=Ignored test is passing::%s but expected failure because it's ignored"'\n' "$line"
exit_code=1
done < <(cargo test -- --ignored --color never | grep '\.\.\. ok$' || true)
exit "$exit_code"
Expand Down

0 comments on commit 8ab65a1

Please sign in to comment.