Skip to content

Commit

Permalink
Skip running unit test for pkg/builder package
Browse files Browse the repository at this point in the history
Skip running unit test for pkg/builder package

fixes #6251

Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
  • Loading branch information
ywk253100 committed May 29, 2023
1 parent 3ad091d commit 4d28a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/...
)

Expand Down

0 comments on commit 4d28a1a

Please sign in to comment.