Skip to content

Add Test Workflow - #6

Merged
zedimytch merged 1 commit into
masterfrom
feature/test-workflow
Jan 2, 2026
Merged

Add Test Workflow#6
zedimytch merged 1 commit into
masterfrom
feature/test-workflow

Conversation

@zedimytch

@zedimytchzedimytch commented Dec 31, 2025

Copy link
Copy Markdown
Collaborator

Note

Adds continuous integration for Go tests via GitHub Actions.

  • New workflow /.github/workflows/test.yml triggered on PR open/sync and manual dispatch
  • Sets up Go (actions/setup-go@v6, go-version: 1.x), downloads modules with go mod download, and runs go test ./... on ubuntu-latest

Written by Cursor Bugbot for commit 4c4fc6c. This will update automatically on new commits. Configure here.

@zedimytchzedimytch self-assigned this Dec 31, 2025
@zedimytchzedimytch added the Enhancement New feature or request label Dec 31, 2025
@zedimytch
zedimytch marked this pull request as ready for review December 31, 2025 17:42
@Step7750

Copy link
Copy Markdown
Collaborator

After this is in, please edit the repo to require this GitHub workflow to run successfully before merge, thanks!

@zedimytch
zedimytch merged commit a58b8e8 into masterJan 2, 2026
2 checks passed
@zedimytch
zedimytch deleted the feature/test-workflow branch January 2, 2026 22:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

EnhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@zedimytch@Step7750