Adding tests to Jenkins

This commit is contained in:
retropikzel 2025-06-08 11:20:06 +03:00
parent 52e17ff06e
commit 01c06ec962
1 changed files with 8 additions and 10 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,6 @@ pipeline {
}
}
stages {
stage('Test R6RS implementations') {
steps {
script {
@ -35,5 +34,4 @@ pipeline {
}
}
}
}
}