gorush/vendor/github.com/dgraph-io/badger/test.sh

6 lines
84 B
Bash
Executable File

l=$(go list ./...)
for x in $l; do
echo "Testing package $x"
go test -v $x
done