update test script.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
63e27aa527
commit
5f98f87014
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ build: clean
|
||||||
sh script/build.sh
|
sh script/build.sh
|
||||||
|
|
||||||
test:
|
test:
|
||||||
cd gorush && go test -v -covermode=count -coverprofile=coverage.out
|
cd gorush && go test -cover -v ./...
|
||||||
|
|
||||||
docker_build: clean
|
docker_build: clean
|
||||||
tar -zcvf build.tar.gz gorush.go gorush
|
tar -zcvf build.tar.gz gorush.go gorush
|
||||||
|
|
Loading…
Reference in New Issue