add statediffing test to Jenkinsfile
This commit is contained in:
parent
007918c4b7
commit
9eebf53d76
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user