horaedb
horaedb copied to clipboard
Cache build artifacts to improve CI execution time
Is your feature request related to a problem or challenge? Please describe what you are trying to do. CI is slow as it will build all crates twice
Description Only build workspace once. And reuse the artifact to run tests.
Proposal GitHub action provides a plugin cache to pass files across jobs that may help.
Additional context Add any other context or screenshots about the feature request here.
A brilliant post about how to speed up rust builds, CI cache included https://matklad.github.io/2021/09/04/fast-rust-builds.html