Fix Jenkins tests
This commit is contained in:
parent
fa0b47d3f0
commit
26ccaf54d8
|
|
@ -32,6 +32,8 @@ pipeline {
|
|||
}
|
||||
|
||||
stages {
|
||||
stage('Parallel') {
|
||||
parallel {
|
||||
stage('R6RS Debian') {
|
||||
steps {
|
||||
script {
|
||||
|
|
@ -64,3 +66,5 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue