Improving tests

This commit is contained in:
retropikzel 2025-12-06 12:35:51 +02:00
parent 9d43a0b79f
commit 84e678ea6f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ pipeline {
script {
params.LIBRARIES.split().each { LIBRARY ->
stage("${LIBRARY}") {
parallel params.R7RS_SCHEMES.collectEntries().each { SCHEME ->
params.R7RS_SCHEMES.collectEntries() { SCHEME ->
[(SCHEME): {
def IMG="${SCHEME}:head"
if("${SCHEME}" == "chicken") {