Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-03 | Don't exit CI script on failure | Ben Sima | |
The whole point is to catch errors and write the result to the git notes, if the process exits then we can't do that. | |||
2024-04-03 | Enable CI for every commit | Ben Sima | |
Uses git test to run CI on every commit before push. |