Updating tests

This commit is contained in:
retropikzel 2025-10-04 09:21:04 +03:00
parent 666de156ac
commit 48c6ea9b5d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
stage('Tests x86_64 Debian') {
steps {
script {
schemes.split().each { SCHEME ->
params.SCHEMES.split().each { SCHEME ->
stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "make SCHEME=${SCHEME} test"