Fix testing

This commit is contained in:
retropikzel 2025-12-11 18:00:46 +02:00
parent 39c1f9e7a2
commit 21c3ae6040
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
stage('R6RS tests') { stage('R6RS tests') {
steps { steps {
script { script {
def implementations = sh(script: 'compile-scheme --list-r6rs-except larceny', returnStdout: true).split() def implementations = sh(script: 'compile-scheme --list-r6rs-except ironscheme larceny', returnStdout: true).split()
params.LIBRARIES.split().each { LIBRARY -> params.LIBRARIES.split().each { LIBRARY ->
stage("${LIBRARY}") { stage("${LIBRARY}") {
parallel implementations.collectEntries { SCHEME -> parallel implementations.collectEntries { SCHEME ->