Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-21 | debug: Actually run tests in github workflow. | Tim Newsome | 1 | -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-19 | debug: Only run pylint if debug files changed. | Tim Newsome | 1 | -2/+5 | |
2023-06-27 | Github workflow to run pylint against debug tests | Tim Newsome | 1 | -0/+17 | |