This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit cb936a3af0f3662b3fddf4fdb7ae37d968b5f19b Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Fri May 5 10:11:15 2023 +0200 fix(ci): native test path Closes #4328 --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 838481834..5be88de4b 100644 --- a/script/Makefile +++ b/script/Makefile @@ -331,7 +331,7 @@ test-quarkus-native: do-build # test-quarkus-native-high-memory: do-build STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" \ - go test -timeout 180m -v ./e2e/namespace/native -tags=integration,high_memory $(TEST_QUARKUS_RUN) $(GOTESTFMT) + go test -timeout 180m -v ./e2e/native -tags=integration,high_memory $(TEST_QUARKUS_RUN) $(GOTESTFMT) build-kamel: @echo "####### Building kamel CLI..."