diff --git a/Makefile b/Makefile index cac47d4..495ca44 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ vet: lint: @golangci-lint run -test-ci: +ci-test: @go test -race -vet=off ./... format: