CenturyLinkLabs / golang-builder

Containerized build environment for compiling an executable Golang package and packaging it in a light-weight Docker container.
Apache License 2.0
398 stars 85 forks source link

Add support for unit testing code #25

Open dhawal55 opened 8 years ago

dhawal55 commented 8 years ago

One way would be to update the image to take a parameter specifying if you want to run go test instead of compile/build