Skip to content

Commit 0733f3a

Browse files
author
Matthew Fisher
committed
test(builder): recursively test all packages
1 parent ae01355 commit 0733f3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ deploy: build dev-release restart
6666
test: test-unit test-functional
6767

6868
test-unit:
69-
godep go test -v .
69+
godep go test -v ./...
7070

7171
test-functional:
7272
@docker history deis/test-etcd >/dev/null 2>&1 || docker pull deis/test-etcd:latest

0 commit comments

Comments
 (0)