GoToSocial/vendor/github.com/Masterminds/sprig/v3/Makefile

10 lines
179 B
Makefile

.PHONY: test
test:
@echo "==> Running tests"
GO111MODULE=on go test -v
.PHONY: test-cover
test-cover:
@echo "==> Running Tests with coverage"
GO111MODULE=on go test -cover .