Improving tests

This commit is contained in:
retropikzel 2025-12-06 12:50:11 +02:00
parent b77f3788d0
commit 7f1924f4f7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
//string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme guile ikarus ironscheme mosh racket sagittarius ypsilon', description: '')
string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme ikarus', description: '')
//string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme', description: '')
string(name: 'LIBRARIES', defaultValue: 'system', description: '')
string(name: 'LIBRARIES', defaultValue: 'system shell', description: '')
}
stages {