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