Skip to content

Add CI workflow#3

Closed
shahan-khatchadourian-anchorage wants to merge 1 commit into
mainfrom
add-ci-workflow
Closed

Add CI workflow#3
shahan-khatchadourian-anchorage wants to merge 1 commit into
mainfrom
add-ci-workflow

Conversation

@shahan-khatchadourian-anchorage
Copy link
Copy Markdown

Summary

Adds a GitHub Actions CI workflow adapted from visualsign-parser's main.yml:

  • Triggers on push and PR to main
  • Installs Rust with clippy and rustfmt
  • Caches cargo dependencies
  • Runs cargo fmt --check, cargo clippy, and cargo test
  • Runs cargo test --features proptest to exercise the arb module (added in a follow-on PR)

Merge order

This PR should merge first — subsequent PRs (#2 and #1) are based on this branch.

🤖 Generated with Claude Code

Adapts the visualsign-parser main.yml workflow for solana-parser:
- fmt check, clippy, and cargo test on push/PR to main
- separate test run with --features proptest to exercise the arb module
- no protoc, codegen, or make steps (not needed here)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant