rust/src/ci/github-actions
Josh Stone 8eebbbaac2 ci.py: check the return code in run-local
If the run fails, it should report that and return a non-zero exit
status. The simplest way to do that is with `run(..., check=True)`,
which raises a `CalledProcessError`.
2025-01-24 13:53:02 -08:00
..
ci.py ci.py: check the return code in run-local 2025-01-24 13:53:02 -08:00
jobs.yml Rollup merge of #135779 - marcoieni:free-disk-arm-runner, r=Kobzol 2025-01-23 09:49:21 +01:00
problem_matchers.json Add gha problem matcher 2023-06-19 15:34:31 +00:00