diff --git a/Jenkinsfile b/Jenkinsfile index c91aa5a..19ca872 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { stage('R7RS tests') { steps { script { - def implementations = sh(script: 'compile-scheme --list-r7rs except', returnStdout: true).split() + def implementations = sh(script: 'compile-scheme --list-r7rs-except larceny', returnStdout: true).split() params.LIBRARIES.split().each { LIBRARY -> stage("${LIBRARY}") { parallel implementations.collectEntries { SCHEME ->