diff --git a/Makefile b/Makefile index f6a0446..231a549 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,7 @@ install: dep ensure test: + go test ./{mysql,tests} + +testv: go test -v ./{mysql,tests}