diff --git a/Makefile b/Makefile index 353b0bd..39698ba 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ audit: tidy golangci-lint run go run honnef.co/go/tools/cmd/staticcheck@latest -f stylish -checks=all,-ST1000,-U1000 ./... go run golang.org/x/vuln/cmd/govulncheck@latest ./... - # go test -race -buildvcs -vet=off ./... + go test -buildvcs -vet=off ./... # ==================================================================================== #