Skip to content

Commit 61d5d99

Browse files
committed
make build dep on test
1 parent 52f4471 commit 61d5d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ fmt: vet $(GOPATH)/bin/goimports
1515
# goimports runs a gofmt
1616
goimports -w *.go cloud
1717

18-
build: fmt
18+
build: test fmt
1919
go build -o dist/linode-cloud-controller-manager github.com/linode/linode-cloud-controller-manager
2020

2121
test: $(GOPATH)/bin/ginkgo
2222
ginkgo -r --v --progress --trace --cover --skipPackage=test -- --v=3
2323

24-
docker-build: test build
24+
docker-build: build
2525
docker build . -t ${IMG}
2626

2727
docker-push:

0 commit comments

Comments
 (0)