Fixing testing

This commit is contained in:
retropikzel 2026-03-12 07:56:44 +02:00
parent 9eebd513d9
commit 41191af6cc
1 changed files with 23 additions and 26 deletions

3
Jenkinsfile vendored
View File

@ -19,7 +19,6 @@ pipeline {
}
stages {
stage('Tests') {
stage('R6RS') {
steps {
script {
@ -51,6 +50,4 @@ pipeline {
}
}
}
}
}