Skip to content

feat: add -failfast to make test command#2553

Open
cstockton wants to merge 1 commit into
masterfrom
cs/feat-test-failfast
Open

feat: add -failfast to make test command#2553
cstockton wants to merge 1 commit into
masterfrom
cs/feat-test-failfast

Conversation

@cstockton
Copy link
Copy Markdown
Contributor

When builds fail you don't get feedback until all tests finish running. In addtion it is also difficult to find which line failed, even if you know what to search for.

Adding -testfail in the Makefile test target addresses causes tests to stop on the first failure.

When builds fail you don't get feedback until all tests finish
running. In addtion it is also difficult to find which line
failed, even if you know what to search for.

Adding -testfail in the Makefile test target addresses causes
tests to stop on the first failure.
@cstockton cstockton marked this pull request as ready for review May 29, 2026 18:24
@cstockton cstockton requested a review from a team as a code owner May 29, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant