-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make CI cached to speed up build times #69
Conversation
Oh, that’s cool. Quick question, though, are the changes in Edit: oh, it’s for Clippy, nvm |
Did you mean for the PR to merge as one commit? |
@Bennett-Petzold thoughts on enabling automatically deleting branches after the PR is merged? (it can still be restored if needed) |
@osalbahr Makes sense to me. I went ahead and enabled that in repo settings. And yes, single squashed commit was intentional (because there are waste commits in there...) |
Our compile on CI is actually fairly fast, but this still saves some time on package install for the build command. Will save significantly more time on the clippy Action due to caching the compilation of the formatting tools.
The repository setting for clippy failures has also been escalated from errors to errors and warnings.