From 27e76fae2ee2d84dc7db63af1d9ed7358ba35b7a Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Mon, 11 Nov 2024 11:41:38 +0100 Subject: vendor: update --- vendor/github.com/raeperd/recvcheck/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vendor/github.com/raeperd/recvcheck/Makefile (limited to 'vendor/github.com/raeperd/recvcheck/Makefile') 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 + -- cgit mrf-deployment