Skip to content

Conversation

@EDsCODE
Copy link
Contributor

@EDsCODE EDsCODE commented Dec 12, 2025

Summary

  • Add GitHub Actions CI workflow that runs on pushes to main and pull requests
  • Runs go test -v ./... to execute all tests
  • Verifies the build succeeds with go build

Test plan

  • CI workflow will run on this PR itself to verify it works

🤖 Generated with Claude Code

Run Go tests on pushes to main and pull requests. Also verifies
the build succeeds.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
EDsCODE and others added 3 commits December 30, 2025 08:48
Address GitHub Advanced Security recommendation to limit GITHUB_TOKEN
permissions. Set minimal `contents: read` permission.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Integration tests in tests/integration/ require Docker containers
(PostgreSQL, MinIO) for comparison testing. Run only unit tests
in CI which don't have external dependencies.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@EDsCODE EDsCODE merged commit 1310351 into main Dec 30, 2025
8 checks 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.

2 participants