diff --git a/script/Makefile b/script/Makefile index 8384818346..5be88de4bd 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..."