From 6088b91dbd70a32b613e4d05fc872ef8cc225019 Mon Sep 17 00:00:00 2001 From: Urko Date: Wed, 15 Feb 2023 19:49:14 +0100 Subject: [PATCH] feat: update makefile --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9cb6c1..99f8223 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,6 @@ lint: - golangci-lint run ./... \ No newline at end of file + golangci-lint run ./... +goreportcard: + goreportcard-cli -v +test: + go test ./... \ No newline at end of file