Skip to content

Commit

Permalink
Merge pull request #6314 from ywk253100/230529_ut_builder
Browse files Browse the repository at this point in the history
Skip running unit test for pkg/builder package
  • Loading branch information
qiuming-best authored May 31, 2023
2 parents 4322ae1 + 4d28a1a commit f37645c
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 f37645c

Please sign in to comment.