aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2025-04-28CI: Bump GitHub actions to latest versions (#619)Andrew Waterman2-11/+11
Co-authored-by: liangzhen <zhen.liang@spacemit.com>
2024-03-05Fix CI debug test using ubuntu-20.04梁镇1-1/+1
Signed-off-by: 梁镇 <zhen.liang@spacemit.com> Change-Id: I4657a0417b79d515655f6ad4a5ba4465ca58061f
2023-07-21debug: Actually run tests in github workflow.Tim Newsome1-0/+172
This should avoid problems like we just had where bad tests can break the OpenOCD workflow. These tests only run if any debug files are changed, so should have no impact at all on non-debug tests in this repo. This file is copied and then slightly changed from riscv-openocd. New changes are that cacheable steps (building spike, OpenOCD) are stored to the cache even if running the tests fails.
2023-07-19debug: Only run pylint if debug files changed.Tim Newsome1-2/+5
2023-06-27Github workflow to run pylint against debug testsTim Newsome1-0/+17