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

CI: the nextest install is not cached #248

Closed
huitseeker opened this issue Feb 16, 2023 · 0 comments
Closed

CI: the nextest install is not cached #248

huitseeker opened this issue Feb 16, 2023 · 0 comments

Comments

@huitseeker
Copy link
Contributor

https://github.com/lurk-lang/lurk-rs/blob/94446fa21ea57d56d70d626438d88e0bccf7e311/.circleci/config.yml#L106-L111

#243 introduced the installation of nextest, which is not cached. By comparison, the save_rustup_cache command caches the cargo directory:
https://github.com/lurk-lang/lurk-rs/blob/94446fa21ea57d56d70d626438d88e0bccf7e311/.circleci/config.yml#L51

We should cache this install.

huitseeker added a commit to huitseeker/lurk-rs that referenced this issue Feb 20, 2023
Fixes lurk-lab#248

fix: manage tooling install in one place
huitseeker added a commit to huitseeker/lurk-rs that referenced this issue Feb 20, 2023
Fixes lurk-lab#248

fix: manage tooling install in one place
huitseeker added a commit to huitseeker/lurk-rs that referenced this issue Feb 21, 2023
Fixes lurk-lab#248

fix: manage tooling install in one place
huitseeker added a commit to huitseeker/lurk-rs that referenced this issue Feb 23, 2023
Fixes lurk-lab#248

fix: manage tooling install in one place
huitseeker added a commit to huitseeker/lurk-rs that referenced this issue Feb 24, 2023
Fixes lurk-lab#248

fix: manage tooling install in one place
huitseeker added a commit to huitseeker/lurk-rs that referenced this issue Feb 25, 2023
Fixes lurk-lab#248

fix: manage tooling install in one place
huitseeker added a commit to huitseeker/lurk-rs that referenced this issue Mar 2, 2023
Fixes lurk-lab#248

fix: manage tooling install in one place
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

No branches or pull requests

1 participant