Merge pull request #5987 from ywk253100/230315_unittest

Skip running unit test for test package
This commit is contained in:
Xun Jiang/Bruce Jiang
2023-03-17 10:57:16 +08:00
committed by GitHub

View File

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