Files
luet/vendor/github.com/Masterminds/sprig/v3/Makefile
Daniele Rondina 51f32c0614 Update vendor/
2020-10-10 19:59:40 +02:00

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 .