Browse Source

fix(test.sh): re-add the config tests

These tests were left behind in the move to put config in its own
package.
Brandon Philips 12 years ago
parent
commit
147235f8f5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      test.sh

+ 3 - 0
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