Go test tool to help run only tests with tags
go install github.com/oktalz/gotest@latest
task install
gotest --tags tag1,tag2
when you run go test --tags=integration
you will run both test that have integration
and tests that does not have any build tags.
This is sometimes not desired
support all go test params