Skip to content

Add CI: cargo build, test, and clippy workflow#10

Merged
zbuc merged 1 commit into
mainfrom
issue-9
Jul 22, 2026
Merged

Add CI: cargo build, test, and clippy workflow#10
zbuc merged 1 commit into
mainfrom
issue-9

Conversation

@zbuc

@zbuc zbuc commented Jul 22, 2026

Copy link
Copy Markdown
Owner

Closes #9

Summary

Testing

  • Ran all three CI steps locally in the worktree: build and test pass, clippy is clean with -D warnings.

Runs on pushes to main and on PRs, with the stable toolchain and cargo
caching. Clippy denies warnings, so the two existing warnings are fixed
here: the unused tokio::task import and the unused `mut` on retries
(both leftovers of the disabled concurrency code).

Closes #9

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Aspzs7ajR1EdmAqCP35tc6
@zbuc
zbuc merged commit f31f147 into main Jul 22, 2026
1 check 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.

Add CI: cargo build and cargo test GitHub Actions workflow

1 participant