Merge pull request #6314 from ywk253100/230529_ut_builder

Skip running unit test for pkg/builder package
pull/6330/head
qiuming 2023-05-31 14:18:04 +08:00 committed by GitHub
commit f37645c0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ set -o pipefail
export CGO_ENABLED=0
TARGETS=(
TARGETS=($(go list ./pkg/... | grep -v "github.com/vmware-tanzu/velero/pkg/builder"))
TARGETS+=(
./cmd/...
./pkg/...
./internal/...
)