Skip to content

Commit

Permalink
improve caching of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley committed Dec 31, 2024
1 parent 9414ebf commit 4f6bf5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache-key: rust-${{ matrix.runner }}
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
Expand Down

0 comments on commit 4f6bf5f

Please sign in to comment.