Skip running unit test for test package

Skip running unit test for test package

Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
Wenkai Yin(尹文开)
2023-03-15 14:23:26 +08:00
parent 1d8ca4f2ef
commit c58854fc41

View File

@@ -25,7 +25,6 @@ TARGETS=(
./cmd/...
./pkg/...
./internal/...
./test/...
)
if [[ ${#@} -ne 0 ]]; then