Updating tests

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

2
Jenkinsfile vendored
View File

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