Skip to content

Commit d41e05d

Browse files
committed
indicate which of the joined tests failed
So people don't have to open all of the collapsed test output to find any failures.
1 parent 2c54d05 commit d41e05d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ jobs:
241241
sh validate.sh $FLAGS -s "$test" || rc=1
242242
echo End "$test"
243243
echo ::endgroup::
244+
if [ $rc -eq 1 ]; then
245+
echo Some tests failed
246+
fi
244247
done
245248
exit $rc
246249
# The above ensures all the tests get run, for a single platform+ghc.

0 commit comments

Comments
 (0)