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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: