Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GOTEST_OPTS for unit tests #3841

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shuheiktgw
Copy link
Contributor

@shuheiktgw shuheiktgw commented Mar 22, 2025

Description:

Currently, we can't pass arguments to the go test command, but it would be useful if we could—for example, -coverprofile=cover.out or -run TestSomeFunc . To support this, I've added a variable called GOTEST_OPTS to pass the options. Thanks for your review!

Link to tracking Issue(s):

N/A

Testing:

Documentation:

@shuheiktgw shuheiktgw requested a review from a team as a code owner March 22, 2025 15:46
@swiatekm swiatekm added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants