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
Is your feature request related to a problem? Please describe.
Currently it's not possible to run tests that have build tags, I can provide -tags as parameter to go_test_args, but when plugin runs go list they are missing and the command fails.
Describe the solution you'd like to see.
Pass the same tags argument from go_test_args to go list command.
Describe alternatives you've considered.
Have config argument for plugin itself where arguments to go list could be provided.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Ok so this is definitively something we should fix. Before I saw #171, I figured we could add a specific go_list_args option. I think this would allow more control. What do you think?
go_list_args sounds good. It might be confusing for a user to know that he needs to pass -tags to both but a note in readme about it is probably good enough. I will update the pull request!
Did you check docs and existing issues?
Is your feature request related to a problem? Please describe.
Currently it's not possible to run tests that have build tags, I can provide -tags as parameter to go_test_args, but when plugin runs go list they are missing and the command fails.
Describe the solution you'd like to see.
Pass the same tags argument from go_test_args to go list command.
Describe alternatives you've considered.
Have config argument for plugin itself where arguments to go list could be provided.
Additional context
No response
The text was updated successfully, but these errors were encountered: