adding test step in ci pipeline

pull/3/head
josebarn
parent bece61fc79
commit 5f4a28f5f6

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

Loading…
Cancel
Save