Skip to content

CI has no go test step — the test suite only runs on dev machines #198

Description

@benitogf

Surfaced by the self-review on the #196 stack: .github/workflows/release.yml and pages.yml contain no go test invocation, so the repo's test suite (including the 400+-line candyland singleton suite) never runs in CI — a regression only surfaces when a developer happens to run tests locally.

Fix shape: a test workflow (or a job in the release workflow) running go run ./cmd/generate && go vet ./... && go test ./... on push/PR.

🤖 Generated with Claude Code

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    planeSynced with Plane

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions