Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache build artifacts to improve CI execution time #5

Closed
waynexia opened this issue May 27, 2022 · 1 comment · Fixed by #193
Closed

Cache build artifacts to improve CI execution time #5

waynexia opened this issue May 27, 2022 · 1 comment · Fixed by #193
Labels
feature New feature or request

Comments

@waynexia
Copy link
Member

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.

@waynexia waynexia added the feature New feature or request label May 27, 2022
@waynexia
Copy link
Member Author

A brilliant post about how to speed up rust builds, CI cache included https://matklad.github.io/2021/09/04/fast-rust-builds.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant