Merge pull request #5987 from ywk253100/230315_unittest

Skip running unit test for test package
buildx-version-test
Xun Jiang/Bruce Jiang 2023-03-17 10:57:16 +08:00 committed by GitHub
commit 5505110c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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