diff --git a/Jenkinsfile b/Jenkinsfile index d017e6375..3c34a2daf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,11 +32,6 @@ pipeline{ checkout scm } } - stage ('Run Cargo tests') { - steps { - sh "scripts/dev_cli.sh tests --cargo" - } - } stage ('Run OpenAPI tests') { steps { sh "scripts/run_openapi_tests.sh"