This commit is contained in:
parent
b72a1a32ce
commit
fc23296691
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: golang:alpine
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- CGO_ENABLED=0 go test -v ./...
|
- CGO_ENABLED=0 go test -v ./...
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in a new issue