Better failure reports - #222
Merged
Merged
Conversation
jonathanpallant
commented
Sep 2, 2026
Contributor
- Breaks each example out into its own test so you can see more fine-grained progress
- Adds default handlers for every exception in every example, so we can see if an unexpected fault occurs
Helps you see which example is failing to run.
Now if an unexpected exception occurs, it doesn't hang the CI.
Instead of using a matrix over (build, clippy, doc), have those just be three steps in the same job. This should reduce the number of jobs that CI spawns and hopefully reduce over-all runtime because I think currently we hit some limit on the number of parallel jobs.
jonathanpallant
force-pushed
the
better-failure-reports
branch
2 times, most recently
from
September 2, 2026 09:09
b143cd3 to
e1cd2d4
Compare
jonathanpallant
force-pushed
the
better-failure-reports
branch
from
September 2, 2026 09:10
e1cd2d4 to
1dffdee
Compare
No job should take more than 5 minutes, but we're seeing Github CI regularly hang for over an hour (e.g. running apt-get).
adamgreig
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.