adding test step in ci pipeline
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user