Partitioning docs#4110
Open
franciszekjob wants to merge 39 commits into3548-partition-summary-messagefrom
Open
Partitioning docs#4110franciszekjob wants to merge 39 commits into3548-partition-summary-messagefrom
franciszekjob wants to merge 39 commits into3548-partition-summary-messagefrom
Conversation
…rs/starknet-foundry into 3548-partitioning-docs
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for the test partitioning feature in snforge, which allows splitting test suites into partitions for parallel execution in CI environments.
Changes:
- Added detailed documentation for the
--partitionflag and test partitioning concept - Provided example GitHub Actions workflow demonstrating parallel test execution
- Updated CLI reference documentation with partition flag details
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/src/snforge-advanced-features/tests-partitioning.md | New documentation page explaining test partitioning feature with examples and usage |
| docs/src/appendix/starknet-foundry-github-action.md | Added section showing partitioned tests workflow example |
| docs/src/appendix/snforge/test.md | Added documentation for --partition flag |
| docs/src/SUMMARY.md | Added new partitioning documentation to table of contents |
| docs/listings/tests_partitioning/* | Example project files demonstrating partitioning behavior |
| docs/example_workflows/partitioned_workflow.yml | GitHub Actions workflow example with matrix strategy for partitions |
| docs/book.toml | Added preprocessor variable (may be unnecessary) |
| CHANGELOG.md | Added entry for new partitioned test execution feature |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…rs/starknet-foundry into 3548-partitioning-docs
…oundry-rs/starknet-foundry into 3548-partitioning-docs
This was referenced Jan 20, 2026
…oundry-rs/starknet-foundry into 3548-partitioning-docs
…oundry-rs/starknet-foundry into 3548-partitioning-docs
…s/starknet-foundry into 3548-partitioning-docs
DelevoXDG
approved these changes
Jan 26, 2026
…s/starknet-foundry into 3548-partitioning-docs
…oundry-rs/starknet-foundry into 3548-partitioning-docs
DelevoXDG
reviewed
Jan 29, 2026
…oundry-rs/starknet-foundry into 3548-partitioning-docs
5 tasks
…oundry-rs/starknet-foundry into 3548-partitioning-docs
…oundry-rs/starknet-foundry into 3548-partitioning-docs
…oundry-rs/starknet-foundry into 3548-partitioning-docs
…oundry-rs/starknet-foundry into 3548-partitioning-docs
ddoktorski
approved these changes
Feb 6, 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.
Towards #3548
Stack
--partitionflag #4106Introduced changes
Add docs about partitioning
Checklist
CHANGELOG.md