Fix testing

This commit is contained in:
retropikzel 2025-12-11 17:12:07 +02:00
parent 3093ef36dc
commit e37069e716
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
stage('Tests') {
steps {
script {
def implementations = sh(script: 'compile-r7rs --list-r7rs-schemes', returnStdout: true).split()
def implementations = sh(script: 'compile-scheme --list-r7rs-schemes', returnStdout: true).split()
params.LIBRARIES.split().each { LIBRARY ->
stage("${LIBRARY}") {