Closed
Description
A nice feature of the buildkite premerge CI was that it showed a summary of the failed tests from lit at the top.
Is it possible to do something similar for GitHub Actions? At least on the runs I've been looking at there's no extra information:

There's this ::error
format you can use when logging to have github pick it up as an annotation I wonder if lit could be taught to emit errors this way when passed a flag.