Adding tests to Jenkins

This commit is contained in:
retropikzel 2025-06-08 11:26:16 +03:00
parent a74bcc7cc6
commit 0fb27864c8
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -10,7 +10,6 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages {
stage('Test R6RS implementations') {
steps {
script {