ContainerImage.Pinniped/hack/test-unit.sh
Matt Moyer 66fe580e99 We need an extra "go test" command for the new pkg/client module.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-07-30 14:00:06 -05:00

6 lines
81 B
Bash
Executable File

#!/bin/bash
set -e
go test -race ./...
( cd pkg/client && go test -race ./... )