(no title)
trevinhofmann | 4 years ago
In that case, you can have a merge request with a commit to add a test and then another commit to fix it. As long as both commits build, bisect will still work.
I agree with having CI enforce both passing tests and working builds, but why would you want the build step to require passing tests?
WorldMaker|4 years ago
(ETA: It's easy to forget that the I in CI stands for "integration" and was always focused on merges of changes more than specific changes.)
usr1106|4 years ago
trevinhofmann|4 years ago