This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
github ci actions - reduce time running tests #6079
Open
Description
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
Expected behavior
Actual behavior
Steps to reproduce the behavior
- [First step]
- [Second step]
- [and so on...]