adding test step in ci pipeline

pull/3/head
josebarn 7 years ago
parent bece61fc79
commit 5f4a28f5f6

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

Loading…
Cancel
Save