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
Two possible solutions were mentioned. Both require some experience/research to implement.
Replace Jest with cargo-test for ?
Is there any specific in that test suit which won't work better in Rust? I guess circom crate can be just a dev dependency there (instead of external call), which potentially might enable tests parallelization. Also there's small chance of running it in GitHub action that way (though I guess it would hit some bottleneck along the way).
Two possible solutions were mentioned. Both require some experience/research to implement.
Replace Jest with
cargo-test
for ?Is there any specific in that test suit which won't work better in Rust? I guess
circom
crate can be just a dev dependency there (instead of external call), which potentially might enable tests parallelization. Also there's small chance of running it in GitHub action that way (though I guess it would hit some bottleneck along the way).circom-tester
#24 (comment)
The text was updated successfully, but these errors were encountered: