Fixing testing

This commit is contained in:
retropikzel 2026-03-12 08:13:07 +02:00
parent 8515c12581
commit f5892a56b8
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -20,6 +20,10 @@ pipeline {
} }
stages { stages {
stage('Docker image warmup') {
sh "docker build -f Dockerfile.test"
}
stage('R6RS tests') { stage('R6RS tests') {
steps { steps {
script { script {