Skip to content

feat: add GitHub Actions workflow for running Go tests - #19

Merged
jim-junior merged 1 commit into
urunc-dev:mainfrom
jim-junior:ft-add-test-action
Sep 20, 2026
Merged

jim-junior merged 1 commit into
urunc-dev:mainfrom
jim-junior:ft-add-test-action

Conversation

@jim-junior

Copy link
Copy Markdown
Collaborator

This pull request introduces a new GitHub Actions workflow to automatically run Go tests on every push, pull request, or manual trigger. This ensures that code is tested consistently and reliably in CI.

Changes:

  • Added a .github/workflows/test.yml workflow that checks out code, sets up Go 1.26.4, installs dependencies, and runs all Go tests on every push, pull request, or manual workflow dispatch.

Signed-off-by: Beingana Jim Junior <jimjunior854@gmail.com>
@jim-junior
jim-junior merged commit c76a084 into urunc-dev:main Sep 20, 2026
3 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.

1 participant