Skip to content

Commit e101604

Browse files
fix make test (#556)
1 parent 55abccb commit e101604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ scan-license: build-all
2929
$$GOPATH/bin/lichen --config=./license.yaml "./artifacts/stanza_darwin_amd64"
3030

3131
.PHONY: test
32-
test: $(MAKE) for-all CMD="go test -race -coverprofile coverage.txt -coverpkg ./... ./..."
32+
test:
33+
$(MAKE) for-all CMD="go test -race -coverprofile coverage.txt -coverpkg ./... ./..."
3334

3435

3536
.PHONY: test-integration

0 commit comments

Comments
 (0)