diff --git a/genconfig/Makefile b/genconfig/Makefile index 663a3fb..c9f9c31 100644 --- a/genconfig/Makefile +++ b/genconfig/Makefile @@ -12,7 +12,7 @@ lint: .PHONY: test test: - go test --race ./... + go test -race ./... .PHONY: build build: diff --git a/katzenmint/Makefile b/katzenmint/Makefile index c74a940..e6eb022 100644 --- a/katzenmint/Makefile +++ b/katzenmint/Makefile @@ -22,7 +22,7 @@ lint: .PHONY: test test: - go test --race ./... + go test -race ./... .PHONY: setup diff --git a/plugin/Makefile b/plugin/Makefile index fc555fc..034127a 100644 --- a/plugin/Makefile +++ b/plugin/Makefile @@ -11,7 +11,7 @@ lint: .PHONY: test test: - go test --race ./... + go test -race ./... .PHONY: build build: diff --git a/server/Makefile b/server/Makefile index 5f404af..a10b1a9 100644 --- a/server/Makefile +++ b/server/Makefile @@ -12,7 +12,7 @@ lint: .PHONY: test test: - go test --race -tags=$(GOTAGS) ./... + go test -race -tags=$(GOTAGS) ./... .PHONY: build build: