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

Server CI: fix caching to actually work #414

Merged
merged 2 commits into from
Apr 29, 2022
Merged

Server CI: fix caching to actually work #414

merged 2 commits into from
Apr 29, 2022

Conversation

tasn
Copy link
Member

@tasn tasn commented Apr 29, 2022

We weren't setting the server subdirectory so the caching wasn't
actually working.

This change also removed the multi-step checks in order to make the CI
even faster.

Fixes #329

We weren't setting the server subdirectory so the caching wasn't
actually working.

Fixes #329
@tasn tasn force-pushed the tom/ci-cache branch 2 times, most recently from 43489a5 to 3e7a323 Compare April 29, 2022 21:12
The idea was to do a quick check before doing the full check across
different versions. The other idea was to only run clippy an rustfmt
once.

Though since we want clippy and rustfmt to run on both versions anyway
(in case those changed), and that it's actually quick to do so, it made
more sense to just run both on both without the multi-step.
@tasn tasn merged commit c541c88 into main Apr 29, 2022
@tasn tasn deleted the tom/ci-cache branch April 29, 2022 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cargo cache to CI to make it faster
2 participants