Skip to content

Bootstrap Soroban workspace with CI checks #1

Description

@ayshadogo

User Story:
As a developer, I want a properly structured Rust workspace with CI enforcement so that contracts compile consistently and regressions are caught before merge.

Acceptance Criteria:

  • Cargo.toml workspace with members campaign, factory, common; soroban-sdk pinned at one version across all crates
  • .cargo/config.toml defaults to wasm32-unknown-unknown; cargo build --target wasm32-unknown-unknown --release succeeds
  • GitHub Actions runs cargo fmt --check, cargo clippy -- -D warnings, cargo test, and the release WASM build on every PR to main, failing the PR on any step failure
  • Explain in the PR which clippy lint groups you denied and why, not just that clippy runs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions