Skip to content

Use make test as the canonical CI test entrypoint #9

@SergePauli

Description

@SergePauli

Problem

Local documentation tells contributors to run make test, while CI currently runs raw go test commands directly. This creates two sources of truth.

Proposed change

Update CI to use make test as the canonical test entrypoint.

Why this belongs here

The Makefile, README, and CI workflow all live in this repository. Keeping them aligned is a project concern, not downstream configuration.

Alternatives considered

  • Keep CI on direct go test commands.
    This is workable, but it drifts from documented local usage.
  • Document both as equally valid.
    This is weaker because it preserves ambiguity.

Compatibility impact

No breaking change. Documentation and CI become more consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions