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

fix: listing tests with tags #20

Merged
merged 2 commits into from
Jun 9, 2022

Conversation

Warashi
Copy link
Contributor

@Warashi Warashi commented Jun 4, 2022

when use with -tags=a, go test -list -tags=a . ${pkgs} is executed.
but go test -list . -tags=a ${pkgs} is correct

@Warashi Warashi marked this pull request as ready for review June 4, 2022 03:29
@Songmu
Copy link
Owner

Songmu commented Jun 9, 2022

Oops. Thank you.

@Songmu Songmu merged commit 98c1f89 into Songmu:main Jun 9, 2022
Songmu added a commit that referenced this pull request Jun 9, 2022
## [v0.2.1](v0.2.0...v0.2.1) (2022-06-09)

* perf: tags option always placed at testOpts [#21](#21) ([Warashi](https://github.com/Warashi))
* fix: listing tests with tags [#20](#20) ([Warashi](https://github.com/Warashi))
@Warashi Warashi deleted the fix/go-test-list-with-tags branch April 15, 2024 02:26
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

Successfully merging this pull request may close these issues.

2 participants