Skip to content

feat: Add CI workflow for smart contract build, test & lint#754

Merged
Hexstar-labs merged 2 commits into
BrainTease:mainfrom
Timothy2025-20:feature/contract-ci-workflow
Jun 29, 2026
Merged

feat: Add CI workflow for smart contract build, test & lint#754
Hexstar-labs merged 2 commits into
BrainTease:mainfrom
Timothy2025-20:feature/contract-ci-workflow

Conversation

@Timothy2025-20

Copy link
Copy Markdown
Contributor
  • Add GitHub Actions workflow for contract CI
  • Run cargo test, clippy, and fmt on push/PR
  • Cache Cargo registry and target directory
  • Build WASM artifacts
  • Add coverage reporting
  • Add local CI test script

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Dependency update
  • CI/CD improvement

Related Issues

Closes #

Testing

  • Unit tests added/updated
  • Integration tests added/updated
  • E2E tests added/updated (if applicable)
  • Manual testing performed

Documentation

  • README updated (if applicable)
  • API documentation updated (if applicable)
  • Code comments added for complex logic
  • Migration guide added (if breaking changes)

Breaking Changes

  • No breaking changes
  • Breaking changes documented below:

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests passed locally with my changes
  • Any dependent changes have been merged and published

Screenshots (if applicable)

Additional Context

Closes #668

- Add GitHub Actions workflow for contract CI
- Run cargo test, clippy, and fmt on push/PR
- Cache Cargo registry and target directory
- Build WASM artifacts
- Add coverage reporting
- Add local CI test script

Closes BrainTease#668
@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@Timothy2025-20 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Hexstar-labs Hexstar-labs merged commit 6140ddd into BrainTease:main Jun 29, 2026
6 of 30 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.

[DevOps] CI Workflow for Smart Contract Build, Test & Lint

2 participants