Skip to content

ci: run gofmt, vet, and race tests - #16

Merged
daniel-widrick merged 1 commit into
mainfrom
ci/test-workflow
Sep 13, 2026
Merged

daniel-widrick merged 1 commit into
mainfrom
ci/test-workflow

Conversation

@daniel-widrick

Copy link
Copy Markdown
Owner

Adds a test workflow that runs on pushes to main and on every pull request:

  • gofmt check (fails if any file needs formatting)
  • go vet ./...
  • go test -race ./...

The existing release workflow is untouched. This is PR 0 of the work for #15 so the following PRs are checked automatically.

@daniel-widrick
daniel-widrick merged commit db600f3 into main Sep 13, 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