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:
|
||||
- name: test
|
||||
image: golang:alpine
|
||||
image: golang
|
||||
commands:
|
||||
- CGO_ENABLED=0 go test -v ./...
|
||||
volumes:
|
||||
|
|
Reference in a new issue