diff --git a/ci/Jenkinsfile.tests b/ci/Jenkinsfile.tests index d41585373b6..6ee4e3e5a73 100644 --- a/ci/Jenkinsfile.tests +++ b/ci/Jenkinsfile.tests @@ -62,6 +62,14 @@ pipeline { } } } + stage('Contract Tests') { + steps { + sh """#!/bin/bash + set -eo pipefail + make test-contract 2>&1 | tee -a ${LOG_FILE} + """ + } + } stage('Integration Tests') { steps { sh """#!/bin/bash