diff options
Diffstat (limited to 'vendor/github.com/Masterminds/sprig/v3/Makefile')
| -rw-r--r-- | vendor/github.com/Masterminds/sprig/v3/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/Masterminds/sprig/v3/Makefile b/vendor/github.com/Masterminds/sprig/v3/Makefile deleted file mode 100644 index 78d409cde..000000000 --- a/vendor/github.com/Masterminds/sprig/v3/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -.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 . |
