* make ci: exec linter
This commit is contained in:
parent
9634ef9c03
commit
8cdef18358
1
Makefile
1
Makefile
|
@ -161,6 +161,7 @@ test:
|
||||||
go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
|
go test -race -v -bench=. -coverprofile=coverage.txt -covermode=atomic ./...
|
||||||
|
|
||||||
ci: client_with_deps
|
ci: client_with_deps
|
||||||
|
$(MAKE) lint
|
||||||
go mod download
|
go mod download
|
||||||
$(MAKE) test
|
$(MAKE) test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue