From 147235f8f56bd90181c70ce183f9aceddec4f35a Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 6 Feb 2014 22:52:50 -0800 Subject: [PATCH] fix(test.sh): re-add the config tests These tests were left behind in the move to put config in its own package. --- test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.sh b/test.sh index 6f5cee203..0dbc2cd38 100755 --- a/test.sh +++ b/test.sh @@ -8,6 +8,9 @@ go test -v ./store go test -i ./server go test -v ./server +go test -i ./config +go test -v ./config + go test -i ./server/v2/tests go test -v ./server/v2/tests