Skip to content

Commit

Permalink
Drop development dependencies from test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Mar 22, 2023
1 parent 3cf9f66 commit a2bba33
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hack/lib/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,6 @@ readonly KUBE_CLIENT_BINARIES_WIN=("${KUBE_CLIENT_BINARIES[@]/%/.exe}")
# The set of test targets that we are building for all platforms
kube::golang::test_targets() {
local targets=(
cmd/gendocs
cmd/genkubedocs
cmd/genman
cmd/genyaml
cmd/genswaggertypedocs
ginkgo
test/e2e/e2e.test
test/conformance/image/go-runner
Expand Down

0 comments on commit a2bba33

Please sign in to comment.