Run Ci build test on every commit in a PR #1227
-
One of the things that liburing tries to do is retain bisectability for all commits in the tree. That means that each checkout should build. However, our CI testing only checks the final commit/merge, not every commit in the pull request. I'm not very CI savvy, but here's an example of someone that DOES check every commit: https://github.com/landlock-lsm/rust-landlock/blob/main/.github/workflows/rust.yml if someone would be interested in helping out with this, I'd love to see it for liburing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am working on it. Once it's complete, I expect you to maintain a |
Beta Was this translation helpful? Give feedback.
I am working on it.
Once it's complete, I expect you to maintain a
next
branch where you rebase whenever a build error is found. This ensures that only clean, fast-forward commits are merged intomaster
.