This commit is contained in:
parent
ba973601a1
commit
eafa1e6641
|
@ -10,8 +10,9 @@ steps:
|
||||||
- name: testing
|
- name: testing
|
||||||
image: golang:1.12
|
image: golang:1.12
|
||||||
commands:
|
commands:
|
||||||
- go get -u ./...
|
- export GOPATH=/go
|
||||||
- go build -u ./...
|
- go get -d ./...
|
||||||
|
- go build ./...
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
|
|
Loading…
Reference in New Issue
Block a user