Skip to content

Add cargo clippy to fast-validation workflow#62

Merged
frostyplanet merged 2 commits intomasterfrom
copilot/add-cargo-clippy-check
Mar 20, 2026
Merged

Add cargo clippy to fast-validation workflow#62
frostyplanet merged 2 commits intomasterfrom
copilot/add-cargo-clippy-check

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 20, 2026

Adds cargo clippy checks to the fast-validation CI workflow for the three feature combinations already covered by build/test steps.

Changes

  • .github/workflows/fast.yml: three new steps after doc build — cargo clippy (default), -F tokio, -F async_std — without -D warnings so lints surface without blocking the job

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: frostyplanet <318150+frostyplanet@users.noreply.github.com>
Copilot AI changed the title [WIP] Add cargo clippy checks to fast validation workflow Add cargo clippy to fast-validation workflow Mar 20, 2026
- name: Clippy with default
run: cargo clippy

- name: Clippy with tokio
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

we don't mind tokio 和 async_std feature

@frostyplanet frostyplanet marked this pull request as ready for review March 20, 2026 15:09
@frostyplanet frostyplanet merged commit 86394c0 into master Mar 20, 2026
2 of 4 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