cosmos / solidity-ibc-eureka

This is a work-in-progress solidity implementation of IBC Eureka.
MIT License
26 stars 2 forks source link

Cache operator install in e2e CI #37

Closed gjermundgaraba closed 2 months ago

gjermundgaraba commented 2 months ago

The e2e tests in CI currently spend 10 minutes to install the operator binary. If there are no changes in the cosmos/sp1-ics07-tendermint repo, it would be ideal to cache the binary.

Perhaps we can either check the latest commit, or keep the rust build cache somehow (so that a build with no changes are really fast).

srdtrk commented 2 months ago

We can use a combination of this and this