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

add --no-fail-fast to cargo test in CI #3434

Merged
merged 1 commit into from
Sep 9, 2023

Conversation

davidhewitt
Copy link
Member

This might be helpful when changes break multiple tests, or e.g. in #3430 when adding a new test job I'd like to see everything that is broken.

Upside is that all test failures are reported, so fewer pushes & CI runs may be needed overall to fix them.

Downside is that the failures are higher up the log, so scrolling needed to see the test break.

On balance I think this is worth it.

@davidhewitt davidhewitt added the CI-skip-changelog Skip checking changelog entry label Sep 6, 2023
Copy link
Member

@adamreichold adamreichold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rationale for the change seems convincing.

@davidhewitt davidhewitt added this pull request to the merge queue Sep 9, 2023
Merged via the queue into PyO3:main with commit a425c69 Sep 9, 2023
@davidhewitt davidhewitt deleted the test-no-fail-fast branch September 9, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-skip-changelog Skip checking changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants