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