diff --git a/Makefile b/Makefile index 2f62e673c..fdb141fbd 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,8 @@ scan-license: build-all $$GOPATH/bin/lichen --config=./license.yaml "./artifacts/stanza_darwin_amd64" .PHONY: test -test: $(MAKE) for-all CMD="go test -race -coverprofile coverage.txt -coverpkg ./... ./..." +test: + $(MAKE) for-all CMD="go test -race -coverprofile coverage.txt -coverpkg ./... ./..." .PHONY: test-integration