Skip to content

ci: run build, vet and tests on push and PRs#20

Merged
sonirico merged 1 commit into
masterfrom
ci/test-workflow
Jun 14, 2026
Merged

ci: run build, vet and tests on push and PRs#20
sonirico merged 1 commit into
masterfrom
ci/test-workflow

Conversation

@sonirico

Copy link
Copy Markdown
Owner

What

Adds a CI workflow that runs on every push to master and every pull request:

  • go build ./...
  • go vet ./...
  • go test -race ./...

go-version-file: go.mod so the toolchain follows the go directive automatically (handy alongside #17, which bumps it to 1.26).

Scope note

Lint / gofmt gating is intentionally left out for now — a couple of pre-existing test files (executor_test.go, handler_test.go) aren't gofmt-clean, so a formatting gate would fail red on master. Easy to add once those are formatted.

Closes the gap where #17 and #18 could merge with no automated verification.

Adds a CI workflow gating master and PRs on `go build`, `go vet` and
`go test -race`. Uses go-version-file so the toolchain tracks the go.mod
directive. Lint/gofmt gating is intentionally omitted for now to avoid failing
on pre-existing formatting in some test files.
@sonirico sonirico merged commit c7daeeb into master Jun 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant