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

Golang Test #669

Open
roychoo opened this issue Jul 15, 2022 · 2 comments
Open

Golang Test #669

roychoo opened this issue Jul 15, 2022 · 2 comments

Comments

@roychoo
Copy link
Contributor

roychoo commented Jul 15, 2022

hi,

i need to add some arguments to a test command, how can i do that?
i.e go test -gcflags=all=-l -short ./...

@r-ghilardi
Copy link

This works for me. If you need a different tool change gotest with yours

let test#go#gotest#options = '-tags=dynamic'

@roychoo
Copy link
Contributor Author

roychoo commented Jan 16, 2023

hi @r-ghilardi thanks for the reply but i need the args which need to be the last, any idea on how to do that?

image

https://pkg.go.dev/cmd/go/internal/test

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

No branches or pull requests

2 participants