Commit f1ebfec4 authored by Adam Reese's avatar Adam Reese

fix(Makefile): build before testing

parent 7e317e82
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment