Improving tests

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

1
Jenkinsfile vendored
View File

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