Skip to content

Add CI workflow to run tests on pull requests#36

Merged
alecgard merged 1 commit intomainfrom
feature/ci-tests
Mar 18, 2026
Merged

Add CI workflow to run tests on pull requests#36
alecgard merged 1 commit intomainfrom
feature/ci-tests

Conversation

@alecgard
Copy link
Copy Markdown
Owner

Summary

  • Adds .github/workflows/test.yml that runs go test on all pull requests targeting main
  • Uses ubuntu-latest with Go version from go.mod, CGO_ENABLED=1, and sqlite_fts5 build tag
  • Mirrors the build environment from the existing release workflow

Closes #35

Test plan

  • Verify the workflow triggers on this PR itself
  • Confirm tests pass in the CI run

🤖 Generated with Claude Code

Closes #35

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@alecgard alecgard merged commit 7bc5c62 into main Mar 18, 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.

Add CI workflow to run tests on pull requests

1 participant