Updating tests

This commit is contained in:
retropikzel 2025-10-03 08:06:51 +03:00
parent af2d83f8d2
commit 6af406baeb
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -24,7 +24,8 @@ pipeline {
if("${SCHEME}" == "chicken") { if("${SCHEME}" == "chicken") {
DOCKERIMG="chicken:5" DOCKERIMG="chicken:5"
} }
sh "snow-test ${SCHEME} test.scm" sh "make package"
sh "snow-test ${SCHEME} *.tgz"
} }
} }
} }