Update build step
This commit is contained in:
@@ -2,5 +2,5 @@ pipeline:
|
|||||||
build:
|
build:
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build main.go
|
||||||
- go test
|
- go test -v ./...
|
||||||
|
Reference in New Issue
Block a user