We need an extra "go test" command for the new pkg/client module.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2020-07-30 14:00:06 -05:00
parent a448b3474e
commit 66fe580e99
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@
set -e
go test -race ./...
( cd pkg/client && go test -race ./... )