Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend CI to test each commit separately in a PR #3421

Open
dmnks opened this issue Nov 1, 2024 · 0 comments
Open

Extend CI to test each commit separately in a PR #3421

dmnks opened this issue Nov 1, 2024 · 0 comments
Assignees
Labels
test Testsuite-related

Comments

@dmnks
Copy link
Contributor

dmnks commented Nov 1, 2024

Bisecting is so much easier when each commit is a self-contained change that compiles fine. Bonus points for it passing the test-suite also.

I haven't thought about it too much yet but it seems like make ci would be the best place to hook this up since it requires multiple git checkouts followed by clean builds. You don't want it to mess with your local source & build directories.

@dmnks dmnks added the test Testsuite-related label Nov 1, 2024
@dmnks dmnks self-assigned this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Testsuite-related
Projects
None yet
Development

No branches or pull requests

1 participant