fix(Makefile): build before testing

pull/613/head
Adam Reese 9 years ago
parent 7e317e82db
commit f1ebfec446

@ -46,6 +46,7 @@ docker-build: check-docker docker-binary
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
.PHONY: test
test: build
test: TESTFLAGS += -race -v
test: test-style
test: test-unit

Loading…
Cancel
Save