|
|
|
|
|
by IanCal
4368 days ago
|
|
> I want each commit to compile and pass tests at a minimum, so that I can do automated git bisects. What stops you from doing automated git bisects when some commits shouldn't be tested? Returning a 125 from your script if it doesn't compile will skip that commit. When it comes to GH you can skip any commit where the message doesn't start with "Merge pull request #" for example. |
|