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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
With the ever growing library and testcases, including having to deal with different clients (geth,ganache,nethermind) we need to reduce the time that the github ci actions run.
This could include:
having our testcase packages run parallel,
create an accounts helper or a seperate a helper test repo to run different test clients
change order of how tests are being run(?) the process to run the github ci is to run the build then tests, running both simultaneously would reduce alot of time