You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
@ramya-rao-a sounds good. If it is possible to support this via an API, would we want to update the current implementation for go.gopath and go.toolsGopath to use that as well?
It would be nice if
go.testFlags
would allow variable substation. This could be really useful when passing custom arguments togo test
.I'm currently working in a project where we need to pass
-config ${workspaceRoot}/test-config.yml
before running the test suite.I can see that we already support
~
and${workspaceRoot}
ingo.gopath
andgo.toolsGopath
. Addressed in #768.Is this something we'd like to implement? If so, I'd be happy to take a stab at it. 😃
The text was updated successfully, but these errors were encountered: