Fixing testing
This commit is contained in:
parent
67aa1cab58
commit
a7ebe49bcf
|
|
@ -24,9 +24,6 @@ pipeline {
|
|||
sh "make build-docker-test-image"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Tests') {
|
||||
parallel {
|
||||
stage('R6RS') {
|
||||
steps {
|
||||
script {
|
||||
|
|
@ -53,9 +50,5 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue