Skip to content

Commit

Permalink
Manually balance lint tests across lanes
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Jun 8, 2017
1 parent 4188de5 commit f067f0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ dependencies:

test:
override:
- cd $SRCDIR; make RM= lint:
parallel: true
- cd $SRCDIR; make RM= RUN_FLAGS= client-test client-lint:
- cd $SRCDIR; case $CIRCLE_NODE_INDEX in 0) make RM= lint spec ;; 1) make RM= RUN_FLAGS= client-test client-lint ;; esac:
parallel: true
- cd $SRCDIR; COVERDIR=./coverage make RM= CODECGEN_UID=23 tests:
parallel: true
Expand Down

0 comments on commit f067f0f

Please sign in to comment.