Skip to content

Commit

Permalink
Add upstream kubetest2 tools to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Jan 8, 2025
1 parent 83a0c80 commit eccf139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include ${BGO_MAKEFILE}

pre-release::
go test -c -tags=e2e ./test/... -o $(GOBIN)
go test -c -tags=e2e ./test/... -o $(GOBIN)
go install sigs.k8s.io/kubetest2/...@latest

0 comments on commit eccf139

Please sign in to comment.