Updating tests

This commit is contained in:
retropikzel 2025-10-03 08:53:11 +03:00
parent 0a419ea601
commit 9c89c06e27
1 changed files with 1 additions and 3 deletions

4
Jenkinsfile vendored
View File

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