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

feat: add option to cache all crates #137

Merged
merged 1 commit into from May 11, 2023

Conversation

stevenh
Copy link
Contributor

@stevenh stevenh commented May 11, 2023

Add cache-all-crates option which allows all crates to be cached instead of just the dependency crates. This is useful when additional crates are required for CI tooling.

Fixes #134

Add cache-all-crates option which allows all crates to be cached instead
of just the dependency crates. This is useful when additional crates are
required for CI tooling.
@Swatinem Swatinem merged commit def0926 into Swatinem:master May 11, 2023
20 checks passed
@stevenh stevenh deleted the feat/keep-crates branch May 12, 2023 15:10
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.

crates installed for CI dependencies aren't cached
2 participants