Skip to content

Commit 08f7e56

Browse files
kariyclaude
andcommitted
ci: isolate clippy cache from stable-toolchain jobs
Clippy uses nightly while other jobs use stable, so sharing the same rust-cache key causes clippy to restore incompatible artifacts and recompile from scratch on every run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e6c2d13 commit 08f7e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- uses: Swatinem/rust-cache@v2
147147
with:
148148
key: ci-${{ github.job }}
149-
shared-key: katana-ci-cache
149+
shared-key: katana-ci-cache-nightly
150150

151151
- name: Download test artifacts
152152
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)