owlprotocol / contracts

MIT License
3 stars 4 forks source link

Parallel CI Tests #346

Closed corbanvilla closed 2 years ago

corbanvilla commented 2 years ago

Speed up test runner with parallel CI tests.

Looks like it's still supported for solidity-coverage, but it'll be really useful for knowing right away whether it's going to pass or not.

corbanvilla commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-346 created! Clone with: git fetch && git checkout --track origin/issue-346 Rebase develop branch changes with: git checkout issue-346 && git rebase develop