mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: consistency renaming: check_all -> check-all
This commit is contained in:
parent
ec1b185991
commit
06c2c25544
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ before_install:
|
||||||
- GO111MODULE=off go get -u github.com/kisielk/errcheck
|
- GO111MODULE=off go get -u github.com/kisielk/errcheck
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make check_all
|
- make check-all
|
||||||
- git diff --exit-code
|
- git diff --exit-code
|
||||||
- make test-full
|
- make test-full
|
||||||
- make test-pure
|
- make test-pure
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ errcheck: install-errcheck
|
||||||
install-errcheck:
|
install-errcheck:
|
||||||
which errcheck || GO111MODULE=off go get -u github.com/kisielk/errcheck
|
which errcheck || GO111MODULE=off go get -u github.com/kisielk/errcheck
|
||||||
|
|
||||||
check_all: fmt vet lint errcheck golangci-lint
|
check-all: fmt vet lint errcheck golangci-lint
|
||||||
|
|
||||||
test:
|
test:
|
||||||
GO111MODULE=on go test -tags=integration -mod=vendor ./lib/... ./app/...
|
GO111MODULE=on go test -tags=integration -mod=vendor ./lib/... ./app/...
|
||||||
|
|
Loading…
Reference in a new issue