Updating tests

This commit is contained in:
retropikzel 2025-10-04 20:43:13 +03:00
parent 43c6f27d7d
commit 90e9621f5b
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -24,6 +24,7 @@ pipeline {
params.SCHEMES.split().each { SCHEME -> params.SCHEMES.split().each { SCHEME ->
stage("${SCHEME}") { stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "package"
sh "make SCHEME=${SCHEME} test" sh "make SCHEME=${SCHEME} test"
} }
} }