Fixing testing

This commit is contained in:
retropikzel 2026-01-25 12:35:52 +02:00
parent 67aa1cab58
commit a7ebe49bcf
1 changed files with 20 additions and 27 deletions

7
Jenkinsfile vendored
View File

@ -24,9 +24,6 @@ pipeline {
sh "make build-docker-test-image"
}
}
stage('Tests') {
parallel {
stage('R6RS') {
steps {
script {
@ -53,9 +50,5 @@ pipeline {
}
}
}
}
}
}
}