OSDN Git Service

edit test
authorpaladz <453256728@qq.com>
Sat, 21 Apr 2018 13:54:39 +0000 (21:54 +0800)
committerpaladz <453256728@qq.com>
Sat, 21 Apr 2018 13:54:39 +0000 (21:54 +0800)
Makefile

index 3e85000..c031de0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,6 @@ benchmark:
 functional-tests:
        @go test -v -timeout=30m -tags=functional ./test
 
-ci: test functional-tests
+ci: test
 
 .PHONY: all target release-all clean test benchmark