add statediffing test to Jenkinsfile

This commit is contained in:
Michael Shaw 2023-03-07 15:50:07 -05:00
parent 007918c4b7
commit 9eebf53d76

5
Jenkinsfile vendored
View File

@ -37,9 +37,10 @@ pipeline {
}
steps {
echo 'Testing ...'
//sh '/usr/local/go/bin/go test -p 1 -v ./...'
echo 'Testing geth units...'
sh 'make test'
echo 'Testing statediffing geth...'
sh 'make statedifftest'
}
}
stage('Packaging') {