OSDN Git Service

improve Makefile ci target syntax
authorYongfeng LI <wliyongfeng@gmail.com>
Wed, 18 Apr 2018 09:20:47 +0000 (17:20 +0800)
committerYongfeng LI <wliyongfeng@gmail.com>
Wed, 18 Apr 2018 09:20:47 +0000 (17:20 +0800)
Makefile

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