Skip to content

Add GitHub Actions CI workflow - #2

Merged
nddq merged 1 commit into
mainfrom
ci/github-actions
Apr 13, 2026
Merged

Add GitHub Actions CI workflow#2
nddq merged 1 commit into
mainfrom
ci/github-actions

Conversation

@nddq

@nddq nddq commented Apr 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add .github/workflows/ci.yml with build, vet, and race-enabled test steps
  • Triggers on push to main and on pull requests
  • Uses Go 1.26 matching go.mod

Test plan

  • Verify the workflow triggers on this PR
  • Confirm go build, go vet, and go test -race steps pass

Run go build, go vet, and go test on push to main and pull requests.
Actions pinned to commit SHAs, Go version read from go.mod, and
long-running perf tests skipped via -short.

Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>
@nddq
nddq force-pushed the ci/github-actions branch from 8fcfb0c to 62052c4 Compare April 13, 2026 03:12
@nddq
nddq merged commit a126a9f into main Apr 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