Skip to content

feat: cache cargo in github actions #80

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

Merged
merged 1 commit into from
Jun 15, 2025
Merged

feat: cache cargo in github actions #80

merged 1 commit into from
Jun 15, 2025

Conversation

nathanbabcock
Copy link
Owner

No description provided.

@nathanbabcock nathanbabcock requested a review from Copilot June 15, 2025 20:12
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates the CI workflow to cache Cargo artifacts more efficiently by replacing the previous caching mechanism with a new caching action and by ensuring the proper Rust toolchain is installed.

  • Introduces an environment variable to always display Cargo color output.
  • Installs the stable Rust toolchain with the minimal profile.
  • Replaces the actions/cache step with Swatinem/rust-cache@v2.
Comments suppressed due to low confidence (1)

.github/workflows/ci.yml:38

  • Consider adding a descriptive name for the Rust toolchain installation step to improve CI log readability (for example, 'name: Install Rust toolchain').
-      - run: rustup toolchain install stable --profile minimal

@nathanbabcock nathanbabcock merged commit aa36ee8 into main Jun 15, 2025
11 of 12 checks passed
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.

1 participant