Browse Source

Update circle ci for new cli tests

pull/1782/head
Ethan Frey 7 years ago
parent
commit
ea4f45828d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      circle.yml

+ 1
- 1
circle.yml View File

@ -18,4 +18,4 @@ dependencies:
test:
override:
- "go version"
- "cd $PROJECT_PATH && make get_vendor_deps && make test"
- "cd $PROJECT_PATH && make all"

Loading…
Cancel
Save