Skip to content

Commit 0cedde7

Browse files
authored
Merge pull request #241 from euanh/fix-test-integration-jenkins-again
Makefile: test-integration-jenkins must rebuild rttf
2 parents 0abb628 + 28eb743 commit 0cedde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ test-jenkins:
8787
test-integration: rttf image $(EXTENSIONS)
8888
@go test -timeout $(TEST_INTEGRATION_TIMEOUT) -v $(TEST_ARGS) ./test/integration/deploy/...
8989

90-
test-integration-jenkins: image $(EXTENSIONS)
90+
test-integration-jenkins: rttf image $(EXTENSIONS)
9191
@2>&1 go test -timeout $(TEST_INTEGRATION_TIMEOUT) -v $(TEST_ARGS) ./test/integration/deploy/... | go2xunit -output tests-integration.xml
9292

9393
check-integration-env:

0 commit comments

Comments
 (0)