diff --git a/test.sh b/test.sh index f924f9c..2b625ef 100755 --- a/test.sh +++ b/test.sh @@ -2,5 +2,5 @@ cd src -PKGS=$(go list ./... | grep -v /vendor/) +PKGS=$(go list ./...) go test $PKGS