aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
AgeCommit message (Collapse)Author
2023-04-26back to checkout@2Chris Boesch
2023-04-26workflows: improve the jobs configurationManlio Perillo
Reduce the timeout to 30 minutes for all the jobs, since it is enough. Set strategy.fail-fast to false, so that we can see the full logs.
2023-04-25workflow: add a test job to ci.ymlManlio Perillo
Add a job to run the ziglings unit tests, using `zig build test`.
2023-04-25workflows: use actions/checkout@v3Manlio Perillo
Use the new version of actions/checkout, since all Github Actions will begin running on Node16 instead of Node12. See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
2023-04-24timeout to 60 minutesChris Boesch
2023-04-18ci: add a CI workflowManlio Perillo
Add a new github workflow named CI. Add a job named compat, checking that and old Zig compiler will not fail with a compiler error, but instead will print an useful error message.
2023-01-27update goto-bus-stopChris Boesch
2021-03-12workflow_dispatch testDave Gauer
2021-03-06added eowyn build for running against master every dayMatt Knight