From e9f2f8eb83a3f7cb9c24dbb9334c3408add825a4 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Thu, 30 Apr 2015 11:53:21 -0500 Subject: [PATCH] Test all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19a76f9..e932a71 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ usage: @echo "" test: - godep go test -cover + godep go test -cover ./... assets: static/ go-bindata -o pkg/data/bindata.go -pkg data $(BINDATA_OPTS) $(BINDATA_IGNORE) -ignore=[.]gitignore -ignore=[.]gitkeep $<...