.woodpecker/check.yml aktualisiert
This commit is contained in:
parent
72aeb9e6aa
commit
a6a3910816
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
steps:
|
steps:
|
||||||
- name: check-format
|
- name: check-format
|
||||||
image: golang:alpine
|
image: golang
|
||||||
environment:
|
environment:
|
||||||
- CGO_ENABLED=1
|
- CGO_ENABLED=1
|
||||||
commands:
|
commands:
|
||||||
|
- apk add --no-cache gcc
|
||||||
- go fmt $(go list ./... | grep -v /vendor/)
|
- go fmt $(go list ./... | grep -v /vendor/)
|
||||||
- go vet $(go list ./... | grep -v /vendor/)
|
- go vet $(go list ./... | grep -v /vendor/)
|
||||||
- go test -race $(go list ./... | grep -v /vendor/)
|
- go test -race $(go list ./... | grep -v /vendor/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue