We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55abccb commit e101604Copy full SHA for e101604
Makefile
@@ -29,7 +29,8 @@ scan-license: build-all
29
$$GOPATH/bin/lichen --config=./license.yaml "./artifacts/stanza_darwin_amd64"
30
31
.PHONY: test
32
-test: $(MAKE) for-all CMD="go test -race -coverprofile coverage.txt -coverpkg ./... ./..."
+test:
33
+ $(MAKE) for-all CMD="go test -race -coverprofile coverage.txt -coverpkg ./... ./..."
34
35
36
.PHONY: test-integration
0 commit comments