Skip to content

ci: run Go tests in build-go CI job#453

Merged
askpt merged 2 commits intomainfrom
repo-assist/improve-ci-go-tests-28926f2c28437c7e
Mar 5, 2026
Merged

ci: run Go tests in build-go CI job#453
askpt merged 2 commits intomainfrom
repo-assist/improve-ci-go-tests-28926f2c28437c7e

Conversation

@askpt
Copy link
Copy Markdown
Owner

@askpt askpt commented Mar 5, 2026

The Garage.FeatureFlags service has an existing test file (main_test.go)
with integration tests covering the homepage, get flags, and set flags
endpoints. These tests were never wired into CI.

Add a 'go test -v ./...' step after the build step to run them.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Closes #449

The Garage.FeatureFlags service has an existing test file (main_test.go)
with integration tests covering the homepage, get flags, and set flags
endpoints. These tests were never wired into CI.

Add a 'go test -v ./...' step after the build step to run them.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 5, 2026 07:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Wires the existing Go integration tests for Garage.FeatureFlags into the repository’s CI so they run automatically when Go-related paths change.

Changes:

  • Add a go test -v ./... step to the build-go CI job after the build step.

@askpt askpt enabled auto-merge (squash) March 5, 2026 07:15
@askpt askpt merged commit 96da0a5 into main Mar 5, 2026
13 checks passed
@askpt askpt deleted the repo-assist/improve-ci-go-tests-28926f2c28437c7e branch March 5, 2026 07:17
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.

[Repo Assist] ci: run Go tests in build-go CI job

2 participants