go-common/vendor/github.com/dgraph-io/badger/test.sh
2019-04-22 02:59:20 +00:00

6 lines
90 B
Bash

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