зеркало из https://github.com/github/vitess-gh.git
Add make target to run unit tests with race detection.
This commit is contained in:
Родитель
dbd79545f4
Коммит
e8cd4b2f06
3
Makefile
3
Makefile
|
@ -31,6 +31,9 @@ build:
|
|||
unit_test:
|
||||
go test ./go/...
|
||||
|
||||
unit_test_race:
|
||||
go test -race ./go/...
|
||||
|
||||
queryservice_test:
|
||||
echo "queryservice test"
|
||||
if [ -e "/usr/bin/memcached" ]; then \
|
||||
|
|
Загрузка…
Ссылка в новой задаче