Skip to content

fix(ci): cache correctly in "Check formatting" and "Run clippy"#190

Merged
orhun merged 2 commits intoratatui:mainfrom
sermuns:cache-correctly
Mar 31, 2026
Merged

fix(ci): cache correctly in "Check formatting" and "Run clippy"#190
orhun merged 2 commits intoratatui:mainfrom
sermuns:cache-correctly

Conversation

@sermuns
Copy link
Copy Markdown
Contributor

@sermuns sermuns commented Mar 31, 2026

I noticed we have an unneccessary cache restore after cargo fmt
and also we do the cache restore AFTER doing cargo test,
meaning cache is never used.

This PR fixes both those things.

Probably only saving 10 seconds...

Copy link
Copy Markdown
Member

@orhun orhun left a comment

Choose a reason for hiding this comment

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

10 seconds is gigantic speed up

@orhun orhun merged commit 2ef4f0e into ratatui:main Mar 31, 2026
29 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.

2 participants