We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0abb628 + 28eb743 commit 0cedde7Copy full SHA for 0cedde7
Makefile
@@ -87,7 +87,7 @@ test-jenkins:
87
test-integration: rttf image $(EXTENSIONS)
88
@go test -timeout $(TEST_INTEGRATION_TIMEOUT) -v $(TEST_ARGS) ./test/integration/deploy/...
89
90
-test-integration-jenkins: image $(EXTENSIONS)
+test-integration-jenkins: rttf image $(EXTENSIONS)
91
@2>&1 go test -timeout $(TEST_INTEGRATION_TIMEOUT) -v $(TEST_ARGS) ./test/integration/deploy/... | go2xunit -output tests-integration.xml
92
93
check-integration-env:
0 commit comments