OSDN Git Service

Merge pull request #935 from Bytom/dev
[bytom/bytom.git] / 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