Skip to content

Expand contracts CI to test group_treasury and proposals #134

Description

@codebestia

The current .github/workflows/contracts-ci.yml only tests token_transfer. Add cargo test -p group_treasury and cargo test -p proposals steps after the existing test step. Update the WASM build step to build all three packages: token_transfer, group_treasury, and proposals.

Acceptance criteria:

  • All three cargo test -p <pkg> steps appear in the workflow
  • A failing test in group_treasury or proposals fails the CI run
  • All three contracts produce release WASM artefacts

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions