OSDN Git Service

add functional tests to ci
authorlbqds <lbqds@outlook.com>
Tue, 24 Apr 2018 07:46:00 +0000 (15:46 +0800)
committerlbqds <lbqds@outlook.com>
Tue, 24 Apr 2018 07:46:00 +0000 (15:46 +0800)
Makefile

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