go build -o ./bin/parser-service -i ./cmd/parser-service/ && ./bin/parser-service
go test -c -o ./bin/parser-service-test github.com/encora-go/cmd/parser-service
go tool test2json -t ./bin/parser-service-test -test.v
go build -o ./bin/counter-service -i ./cmd/counter-service/ && ./bin/counter-service
go test -c -o ./bin/counter-service-test github.com/encora-go/cmd/counter-service
go tool test2json -t ./bin/counter-service-test -test.v
This can be found in the package-selection.