fix build
This commit is contained in:
parent
e395bfc424
commit
78f5a150ee
|
|
@ -7,5 +7,5 @@ before_install:
|
|||
install:
|
||||
- go mod download
|
||||
script:
|
||||
- golangci-lint run --enable-all -e G402 -D gochecknoglobals
|
||||
- golangci-lint run --enable-all -e G402 -D gochecknoinits -D funlen
|
||||
- go test ./...
|
||||
|
|
|
|||
Loading…
Reference in New Issue