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

Start executing test targets in parallel #2675

Open
cptartur opened this issue Nov 15, 2024 · 0 comments
Open

Start executing test targets in parallel #2675

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

Comments

@cptartur
Copy link
Member

Currently, we first prepare (execute config run etc.) test for all targets in package before executing them. This means that forge is spending some time waiting for all targets to compile even though some are already ready to execute.

Change the logic so that after being compiled we already start executing the first target. Prepare other targets in parallel.

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