adding test step in ci pipeline

This commit is contained in:
josebarn
2017-08-15 15:14:41 -03:00
parent bece61fc79
commit 5f4a28f5f6

View File

@@ -3,6 +3,10 @@ pipeline:
image: ${IMAGE}
commands:
- go build
test:
image: ${IMAGE}
commands:
- go test
matrix: