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