Making the build work

This commit is contained in:
retropikzel 2025-04-18 12:05:53 +03:00
parent 1dbd625ff2
commit 7f661b7159
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -86,7 +86,7 @@ pipeline {
steps { steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'make && make install' sh 'make && make install'
sh 'make test-r7rs' sh 'make test-r6rs'
} }
} }
} }