Explorar el Código

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 hace 12 años
padre
commit
147235f8f5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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