Fix Jenkins tests

This commit is contained in:
retropikzel 2026-07-04 13:01:25 +03:00
parent 3e2f06780b
commit 7e6304401c
1 changed files with 24 additions and 20 deletions

4
Jenkinsfile vendored
View File

@ -20,6 +20,8 @@ pipeline {
} }
stages { stages {
stage('Parallel') {
parallel {
stage('R6RS tests') { stage('R6RS tests') {
steps { steps {
script { script {
@ -55,6 +57,8 @@ pipeline {
} }
} }
} }
}
}
post { post {
always { always {
cleanWs() cleanWs()