Fixing testing

This commit is contained in:
retropikzel 2026-03-12 08:13:05 +02:00
parent f020fc525f
commit 1c60967772
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

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