Added installation test step

This commit is contained in:
Harrison Deng 2023-04-24 09:25:48 -05:00
parent 9b56853e36
commit df132814c8

1
Jenkinsfile vendored
View File

@ -15,6 +15,7 @@ pipeline {
stage("build") { stage("build") {
steps { steps {
sh "python -m build" sh "python -m build"
sh "splitmsa -h"
} }
} }
stage("test") { stage("test") {