Updating tests

This commit is contained in:
retropikzel 2025-09-26 08:01:35 +03:00
parent 1b32010c66
commit 415dd6cd28
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
steps {
script {
//def implementations = sh(script: 'docker run retropikzel1/compile-r7rs sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split()
def schemes = "chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon".split()
def schemes = "chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon"
schemes.split().each { SCHEME ->
stage("${SCHEME}") {