This is an automated email from the ASF dual-hosted git repository.

squakez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new bf204843d chore(ci): add gotestfmt install
bf204843d is described below

commit bf204843d490fabafa0dd6d8cd89f074e6ad91c3
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Sep 18 14:21:10 2026 +0200

    chore(ci): add gotestfmt install
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 2de1eaad1..61e516b93 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -346,7 +346,7 @@ test-gateway: gotestfmt-install
 #
 # Cert-manager tests that require the presence of cert-manager
 #
-test-cert-manager:
+test-cert-manager: gotestfmt-install
        go test -timeout 10m -v ./e2e/cert-manager -tags=integration 
$(GOTESTFMT)
 
 #

Reply via email to