Skip to content

Add GitHub Actions workflow for running tests#7

Merged
conallob merged 1 commit into
mainfrom
claude/ci-tests
May 5, 2026
Merged

Add GitHub Actions workflow for running tests#7
conallob merged 1 commit into
mainfrom
claude/ci-tests

Conversation

@conallob
Copy link
Copy Markdown
Owner

@conallob conallob commented May 5, 2026

Summary

This PR adds a GitHub Actions CI workflow to automatically run tests on every push and pull request.

Key Changes

  • Added .github/workflows/test.yml workflow configuration that:
    • Triggers on all branch pushes and pull requests
    • Runs on Ubuntu latest environment
    • Checks out the code
    • Sets up Go using the version specified in go.mod
    • Executes go test ./... to run all tests in the project

Details

This workflow ensures that tests are automatically executed for all code changes, providing continuous integration and helping catch regressions early in the development process.

https://claude.ai/code/session_01CSqri29pumwCCTp4ApU2da

Runs go test ./... on every push and pull request.
@conallob conallob merged commit d31d93f into main May 5, 2026
2 checks passed
@conallob conallob deleted the claude/ci-tests branch May 5, 2026 23:43
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