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).
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).