Skip to content

Add GitHub Actions CI to run tests on push and PRs - #3

Merged
matteogaldi merged 1 commit into
mainfrom
feature/github-actions-ci-0201
Sep 17, 2026
Merged

matteogaldi merged 1 commit into
mainfrom
feature/github-actions-ci-0201

Conversation

@matteogaldi

@matteogaldi matteogaldi commented Sep 17, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a GitHub Actions workflow that runs the project test suite on pushes to main and on pull requests.

Details

  • Workflow file: .github/workflows/ci.yml
  • Installs Go from go.mod via actions/setup-go
  • Runs go test ./... (same command as in the README)

Test plan

  • go test ./... passes locally
  • CI check CI / Test passed on this PR
Open in Web Open in Cursor 

Runs go test ./... on pushes to main and on pull requests, using the Go version from go.mod.

Co-authored-by: Matteo Galdi <matteogaldi@users.noreply.github.com>
@matteogaldi
matteogaldi marked this pull request as ready for review September 17, 2026 14:35
@matteogaldi
matteogaldi merged commit 428dec6 into main Sep 17, 2026
1 check passed
@matteogaldi
matteogaldi deleted the feature/github-actions-ci-0201 branch September 17, 2026 17:52
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.

2 participants