From c7483ade3bb0a9278cce524c8269a5bdab7a7761 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 21 Jan 2018 15:59:10 -0600 Subject: [PATCH] chore(makefile): detail, to always build lib before tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8f4b12f..446c0f41 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: build test build: jbuilder build @install -test: +test: build jbuilder runtest --no-buffer clean: