Run steps in parallel.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-05-03 20:55:52 -04:00
parent c31d25653f
commit 4aa65d9833
3 changed files with 19 additions and 9 deletions

View File

@ -23,5 +23,3 @@ COPY . /go/src/github.com/docker/cli
ENV CGO_ENABLED=0
WORKDIR /go/src/github.com/docker/cli
CMD ["make", "ci"]