-
Notifications
You must be signed in to change notification settings - Fork 219
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 test cases for nargo test
in parallel
#2196
Comments
I would take on this! Could you outline at least something to start with? (Indicate primary moving parts, and do you have on your mind something more than |
@skaunov I'd look into the integration tests in |
I spent some time getting to know Nix, Cargo Will be looking for Btw, I currently restricted to remote dev environment (with [quite ok]: starting the environment takes double-digit number of minutes, but at least it's reliable |
After reading through <build.rs> with all aforementioned in mind I got confused pretty quickly. @TomAFrench stated the issue that Maybe I'll try just to unwind <nargo_cli> to find some relevant places to begin with. Though it would be really helpful if somebody could point out to me what am I missing or any alternative entry point for the issue. Also a side question. Is it possible to locate this resulting file with the tests that <build.rs> produce? Locating binaries of these tests was easy, but what's the lifecycle of that code it stitches from the templates? |
Hey, I don't think that looking into the integration test suite is useful for this task. This issue is to modify the nargo test command so that test cases are run in parallel. We don't need to interact with the integration test suite for nargo itself for this.
This file isn't relevant for this issue but will be placed into |
Closed by #4484 |
Problem
We're getting some complaints in the discord that
nargo test
is running slow.Happy Case
We can get some easy speed-up by running multiple tests in parallel to take advantage of additional cores.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: