adding test step in ci pipeline
This commit is contained in:
@@ -3,6 +3,10 @@ pipeline:
|
||||
image: ${IMAGE}
|
||||
commands:
|
||||
- go build
|
||||
|
||||
test:
|
||||
image: ${IMAGE}
|
||||
commands:
|
||||
- go test
|
||||
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user