0LNetworkCommunity / libra-framework

9 stars 33 forks source link

[ci] use libra-cli bin for faster CI runs #308

Closed 0o-de-lally closed 3 months ago

0o-de-lally commented 3 months ago

CI was using different binaries and rebuilding some more. This simplifies so all tests can use a pre-build libra-cli binary, published in this repo.

0o-de-lally commented 3 months ago

Pro tip for situations like this: have the downloaded binary print its version to the log. That way if there's some confusion later about which version was used in this job run, it's easy to tell.

Good one. Will do that now