diff --git a/circle.yml b/circle.yml index da71a97ce..25494f8af 100644 --- a/circle.yml +++ b/circle.yml @@ -28,6 +28,7 @@ dependencies: test: override: - - "cd $REPO && make test_integrations" + - "cd $REPO && bash test/net/test.sh" + #- "cd $REPO && make test_integrations" post: - bash <(curl -s https://codecov.io/bash)