Fix testing

This commit is contained in:
retropikzel 2025-12-11 18:46:44 +02:00
parent cf43d94da4
commit 6ebce1bb5c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 ->