Fix Jenkins tests

This commit is contained in:
retropikzel 2026-07-04 14:03:39 +03:00
parent fa0b47d3f0
commit 26ccaf54d8
1 changed files with 22 additions and 18 deletions

4
Jenkinsfile vendored
View File

@ -32,6 +32,8 @@ pipeline {
}
stages {
stage('Parallel') {
parallel {
stage('R6RS Debian') {
steps {
script {
@ -64,3 +66,5 @@ pipeline {
}
}
}
}
}