From 3aebc17bff6544386a459ff4693c6ccf8346e929 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 5 Aug 2016 20:02:08 -0400 Subject: [PATCH] net test --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index da71a97c..25494f8a 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)