Skip to content

Commit

Permalink
j
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed May 15, 2024
1 parent b49ca15 commit 426a950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
stage('Test') {
steps {
withPythonEnv('System-CPython-3.10') {
pysh "make test"
pysh "make coverage"
}
}
post {
Expand Down

0 comments on commit 426a950

Please sign in to comment.