Take build of pytest and do in Jenkins

This commit is contained in:
Ed
2024-04-19 17:24:29 +01:00
parent ba0f07d355
commit 8a90660f7c
2 changed files with 5 additions and 3 deletions

1
Jenkinsfile vendored
View File

@@ -36,6 +36,7 @@ pipeline {
dir("${REPO}/tests"){
viewEnv(){
withVenv{
sh "xmake -C test_midi -j" // Xdist does not like building so do here
runPytest('--numprocesses=auto -vvv')
}
}