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

Run config run for workspaces in parallel when running snforge test -w #2676

Open
cptartur opened this issue Nov 15, 2024 · 0 comments
Open
Labels
feature New feature request/description new refactor snforge

Comments

@cptartur
Copy link
Member

Right now, when running snforge test -w to run tests for whole workspace, we compile packages sequentially: The compilation of a next package only starts after previous has been completely executed (all tests run). This introduces unnecessary wait time.

Change the code so that the compilation of a next package in a workspace starts during the execution phase of the previous one.

@cptartur cptartur added feature New feature request/description refactor snforge labels Nov 15, 2024
@cptartur cptartur moved this to New in Starknet foundry Nov 15, 2024
@github-actions github-actions bot added the new label Nov 15, 2024
@cptartur cptartur changed the title Compile workspaces in parallel when running snforge test -w Run config run for workspaces in parallel when running snforge test -w Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request/description new refactor snforge
Projects
Status: New
Development

No branches or pull requests

1 participant