diff --git a/Makefile b/Makefile index d8a4a67..e0f36f0 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ build: clean sh script/build.sh test: - cd gorush && go test -v -covermode=count -coverprofile=coverage.out + cd gorush && go test -cover -v ./... docker_build: clean tar -zcvf build.tar.gz gorush.go gorush