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

Commits on Apr 29, 2022

  1. Server CI: fix caching to actually work

    We weren't setting the server subdirectory so the caching wasn't
    actually working.
    
    Fixes #329
    tasn committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    5194857 View commit details
    Browse the repository at this point in the history
  2. Remove the multi-step Rust check slow and not needed

    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 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    20679c8 View commit details
    Browse the repository at this point in the history