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 {
stage('Parallel') {
parallel {
stage('R6RS tests') {
steps {
script {
@ -55,6 +57,8 @@ pipeline {
}
}
}
}
}
post {
always {
cleanWs()