summaryrefslogtreecommitdiffstats
path: root/.github/diag.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Use exec "$@" rather than just "$@"Tavian Barnes2024-06-111-1/+1
| | | | This avoids extra error reporting from set -e.
* ci: Actually fail if the build failsTavian Barnes2024-06-081-1/+1
| | | | Fixes: 23e0487 ("ci: Surface compiler warnings/errors as GitHub actions messages")
* ci: Surface compiler warnings/errors as GitHub actions messagesTavian Barnes2024-05-171-0/+16