chore(ci): Move minimal crates check out of flaky test run - #221
Merged
Conversation
The minimal crates currently are run as part of the daily flaky test suite. That's a waste of resources. Just as for iroh, move these out and make them a direct dependency of the main CI job instead. The minimal creates workflow is identical between this repo and the iroh one, so start using a re-usable workflow in a separate repo instead.
|
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/net-tools/pr/221/docs/net_tools/ Last updated: 2026-09-02T16:12:14Z |
flub
marked this pull request as draft
August 31, 2026 08:11
probably need to use a tag once everything works but this one
flub
marked this pull request as ready for review
September 2, 2026 16:14
Arqu
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.
Description
The minimal crates currently are run as part of the daily flaky test
suite. That's a waste of resources. Just as for iroh, move these out
and make them a direct dependency of the main CI job instead.
The minimal creates workflow is identical between this repo and the
iroh one, so start using a re-usable workflow in a separate repo
instead.
Breaking Changes
none
Notes & open questions
This currently points at the branch for the workflow, needs to be
moved to main once n0-computer/workflows#2 is
merged.
Change checklist