Skip to content

Commit

Permalink
fix make test (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames authored Feb 17, 2022
1 parent 55abccb commit e101604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e101604

Please sign in to comment.