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