OriginProtocol / OriginProtocol/origin-dollar
Parallel execution of unit & fork tests on CI
Open
@shahthepro is already working on this.
Since Jun 7, 2023.
contracts
devops
- Dominant language
- Solidity
- Stars
- 152
- Forks
- 115
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 17
Description
Right now, the units are run one by one and it takes >15m for the fork tests to continue. We could save a lot of time just by enabling parallel execution.
hardhat supports running tests in parallel, as should the hardhat-deploy plugin. However there were some issues when I last tried it
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.