Skip to content

Commit 9255fd5

Browse files
authored
Merge of #11242
2 parents 2c54d05 + e93d9c0 commit 9255fd5

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)