Skip to content

ci: run go test verbosely in CI workflows - #66

Merged
Odilhao merged 1 commit into
mainfrom
issue-65-ci-verbose-tests
Aug 14, 2026
Merged

ci: run go test verbosely in CI workflows#66
Odilhao merged 1 commit into
mainfrom
issue-65-ci-verbose-tests

Conversation

@Odilhao

@Odilhao Odilhao commented Aug 14, 2026

Copy link
Copy Markdown
Owner

Summary

CI's go test invocations didn't show which checks/subtests ran — only a final pass/fail per package. Adds -v to both .github/workflows/ci.yml and .github/workflows/release.yml so CI logs show the same per-test detail now visible in local verbose runs.

Test plan

  • Verified locally: go test ./... -race -count=1 -v runs and prints per-test output as expected
  • Both workflow files still parse as valid YAML; no other step changed

Closes #65

Surfaces which subtests ran in a CI log instead of only a final
per-package pass/fail.

Closes #65
@Odilhao
Odilhao merged commit 7870829 into main Aug 14, 2026
1 of 3 checks passed
@Odilhao
Odilhao deleted the issue-65-ci-verbose-tests branch August 14, 2026 03:09
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.

ci: run go test verbosely in CI workflows

1 participant