You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
cptartur
changed the title
Compile workspaces in parallel when running snforge test -w
Run config run for workspaces in parallel when running snforge test -wNov 19, 2024
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.
The text was updated successfully, but these errors were encountered: