Updating tests

This commit is contained in:
retropikzel 2025-10-03 08:42:46 +03:00
parent 6af406baeb
commit 0a419ea601
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -25,6 +25,7 @@ pipeline {
DOCKERIMG="chicken:5"
}
sh "make package"
sh "ls"
sh "snow-test ${SCHEME} *.tgz"
}
}