update test script.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-05-02 10:51:05 +08:00
parent 63e27aa527
commit 5f98f87014
1 changed files with 1 additions and 1 deletions

View File

@ -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