Skip to content

Commit

Permalink
get test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Sep 14, 2015
1 parent 1f43bd6 commit 43ca7da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ service:
go get ./cmd/service

test:
go get -t ./...
go test -v -cover ./...

vendor:
Expand Down
1 change: 1 addition & 0 deletions api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ release:
aws s3 cp /tmp/kernel.json s3://convox/release/$(VERSION)/formation.json --acl public-read

test:
go get -t ./...
go test -v -cover ./...

test-coverage:
Expand Down
1 change: 1 addition & 0 deletions cmd/agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build:
docker build -t convox/agent .

test:
go get -t ./...
go test -v -cover ./...

release: build
Expand Down
1 change: 1 addition & 0 deletions cmd/convox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ release: build
equinox release --config=.equinox.yaml --version=$(shell convox/convox --version | cut -d' ' -f3) ./convox

test:
go get -t ./...
go test -v -cover ./...

test-coverage:
Expand Down

0 comments on commit 43ca7da

Please sign in to comment.