diff options
Diffstat (limited to 'vendor/github.com/raeperd/recvcheck/Makefile')
| -rw-r--r-- | vendor/github.com/raeperd/recvcheck/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/github.com/raeperd/recvcheck/Makefile b/vendor/github.com/raeperd/recvcheck/Makefile new file mode 100644 index 000000000..45ca47d9b --- /dev/null +++ b/vendor/github.com/raeperd/recvcheck/Makefile @@ -0,0 +1,14 @@ +all: build test lint + +download: + go mod download + +build: download + go build -C cmd/recvcheck + +test: + go test -race -coverprofile=coverage.txt . + +lint: + golangci-lint run + |
