go-common/vendor/github.com/dgraph-io/badger/test.sh
2019-04-22 18:49:16 +08:00

6 lines
90 B
Bash

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