diff --git a/circle.yml b/circle.yml index 0830268fb..71fcfd8ad 100644 --- a/circle.yml +++ b/circle.yml @@ -40,6 +40,8 @@ test: parallel: true - cd $SRCDIR; make RM= client-test static: parallel: true + - cd $SRCDIR; make RM= client-lint static: + parallel: true - cd $SRCDIR; rm -f prog/scope; if [ "$CIRCLE_NODE_INDEX" = "0" ]; then GOARCH=arm make GO_BUILD_INSTALL_DEPS= RM= prog/scope; else GOOS=darwin make GO_BUILD_INSTALL_DEPS= RM= prog/scope; fi: parallel: true - cd $SRCDIR; rm -f prog/scope; make RM=: