Commit 7fde0643 authored by Adam Reese's avatar Adam Reese

Merge pull request #66 from adamreese/fix/makefile-build-n-test

fix(Makefile): build before testing
parents 7e317e82 f1ebfec4
......@@ -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