diff --git a/Makefile b/Makefile index ed76378..91bebbc 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,9 @@ clean-all: rm bin/${BINARY_NAME}-windows.exe test: + go mod tidy go test ./... test_coverage: + go mod tidy go test ./... -coverprofile=coverage.out