OSDN Git Service

Dpos process block (#69)
[bytom/vapor.git] / Makefile
index 1345055..fa8426b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,6 @@ benchmark:
 functional-tests:
        @go test -timeout=5m -tags="functional" ./test 
 
-ci: test functional-tests
+ci: test
 
 .PHONY: all target release-all clean test benchmark