.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:
|
||||
- name: check-format
|
||||
image: golang:alpine
|
||||
image: golang
|
||||
environment:
|
||||
- CGO_ENABLED=1
|
||||
commands:
|
||||
- apk add --no-cache gcc
|
||||
- go fmt $(go list ./... | grep -v /vendor/)
|
||||
- go vet $(go list ./... | grep -v /vendor/)
|
||||
- go test -race $(go list ./... | grep -v /vendor/)
|
||||
|
|
Loading…
Add table
Reference in a new issue