Browse Source

net test

pull/242/head
Ethan Buchman 8 years ago
parent
commit
3aebc17bff
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      circle.yml

+ 2
- 1
circle.yml View File

@ -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)

Loading…
Cancel
Save