Improving tests

This commit is contained in:
retropikzel 2025-12-06 12:12:17 +02:00
parent a5fc6c920e
commit ceef7947c9
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -60,6 +60,7 @@ pipeline {
sh "timeout 600 make SCHEME=${SCHEME} LIBRARY=${LIBRARY} test-r7rs-docker" sh "timeout 600 make SCHEME=${SCHEME} LIBRARY=${LIBRARY} test-r7rs-docker"
} }
} }
}
}] }]
} }
} }