ibc-go
ibc-go copied to clipboard
Improve E2E run times by caching go libs
Summary
Add caching for e2e go test dependencies.
In our E2Es, we should be able to get a speed improvement by implementing caching of the go libs required (e.g. interchaintest )
We should be able to modify this step for regular E2Es, and also this step for compatibility tests.
Relevant docs link
Thanks @srdtrk for the suggestion!
For Admin Use
- [ ] Not duplicate issue
- [ ] Appropriate labels applied
- [ ] Appropriate contributors tagged/assigned