Fixing tests

This commit is contained in:
retropikzel 2025-10-29 18:49:01 +02:00
parent d2f1ebb993
commit 38f62e1969
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: 'chibi chicken foment gauche guile kawa mosh racket sagittarius stklos ypsilon', returnStdout: true).split()
params.LIBRARIES.split().each { LIBRARY ->
stage("${LIBRARY}") {