ibc-go icon indicating copy to clipboard operation
ibc-go copied to clipboard

Improve E2E run times by caching go libs

Open chatton opened this issue 1 year ago • 0 comments

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

chatton avatar Nov 01 '23 09:11 chatton