fix(ci): add dedicated CI test workflow #3
Reference in New Issue
Block a user
Delete Branch "fix/cli-ci-test-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[sdk-dev-agent]
Summary
.github/workflows/ci.ymlso PRs touching Go code are validated independently of the release workflowrelease.ymlgated on tag push — no automated test ran on PRs until a tag was pushedgo mod tidy,go vet,go test -race, using Go 1.25 to match release.ymlTest plan
go vet ./...passes locallygo test -race -count=1 ./...passes locally🤖 Generated with Claude Code