Fix testing
This commit is contained in:
parent
4fa4a0a935
commit
cc3ed532d6
|
|
@ -28,7 +28,7 @@ pipeline {
|
|||
[(SCHEME): {
|
||||
stage("${SCHEME}") {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh "make SCHEME=${SCHEME} test-r7rs-docker"
|
||||
sh "make SCHEME=${SCHEME} test-r6rs-docker"
|
||||
}
|
||||
}
|
||||
}]
|
||||
|
|
|
|||
Loading…
Reference in New Issue