Currently, tests is in a package that has build tags are skipped. While build flags are supported in [running the tests](https://github.com/Songmu/gotesplit/blob/07704824cb23c3086e65e2c940462f140f31e947/run.go#L120) `go test ...`, they are not supported in [listing the tests](https://github.com/Songmu/gotesplit/blob/main/gotesplit.go#L63) `go test -list ...` Please add support for build tags.
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.