Fix testing

This commit is contained in:
retropikzel 2025-12-11 17:33:55 +02:00
parent 4fa4a0a935
commit cc3ed532d6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
[(SCHEME): {
stage("${SCHEME}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh "make SCHEME=${SCHEME} test-r7rs-docker"
sh "make SCHEME=${SCHEME} test-r6rs-docker"
}
}
}]