Skip to content

Conversation

@3w36zj6
Copy link
Member

@3w36zj6 3w36zj6 commented Jun 11, 2025

WebサイトのCIでのCargoの依存関係の解決を高速化するために、Swatinem/rust-cacheを導入しました。

@3w36zj6 3w36zj6 requested a review from Copilot June 11, 2025 20:03
Copy link
Contributor

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 PR adds a new caching step to the website CI workflow to improve build performance for Rust projects.

  • Added a cache step using the Swatinem/rust-cache action.
  • Retains existing checkout and build document/web generation steps.
Comments suppressed due to low confidence (1)

.github/workflows/website.yml:19

  • Consider adding an explicit 'name' field for the rust-cache step (e.g., '- name: Cache Rust dependencies') to improve clarity in the CI configuration.
      - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8

Copy link
Member

@kimushun1101 kimushun1101 left a comment

Choose a reason for hiding this comment

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

ありがとうございます!

@3w36zj6 3w36zj6 merged commit 728f242 into main Jun 11, 2025
10 checks passed
@3w36zj6 3w36zj6 deleted the feature/add-rust-cache-to-website-ci branch June 11, 2025 22:09
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.

3 participants