We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, tests is in a package that has build tags are skipped.
While build flags are supported in running the tests go test ..., they are not supported in listing the tests go test -list ...
go test ...
go test -list ...
Please add support for build tags.
The text was updated successfully, but these errors were encountered:
Supported in v0.2.0. Please check it.
Sorry, something went wrong.
thanks for great command. there is a bug with build tags support, I send a PR to fix it. #20 Please check it.
No branches or pull requests
Currently, tests is in a package that has build tags are skipped.
While build flags are supported in running the tests
go test ...
, they are not supported in listing the testsgo test -list ...
Please add support for build tags.
The text was updated successfully, but these errors were encountered: