diff --git a/Makefile b/Makefile index 6fa584175..701f3c450 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ misspell-fix: .PHONY: test test: - $(MAKE) for-all CMD="go test -ldflags="-extldflags='-ld_classic'" -race ./..." + $(MAKE) for-all CMD="go test -race ./..." .PHONY: test-with-cover test-with-cover: