Unit test inconsistencies (#330)
* run race tests in CICD * set HOME env for .ethereum mkdir permission denied * use same homeDir method as other places in code * unused variable in test removed * do NOT run race tests * add statediffing test to Jenkinsfile
This commit is contained in:
parent
5461ce8cd1
commit
2b073c1a51
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -37,9 +37,10 @@ pipeline {
|
|||||||
|
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
echo 'Testing ...'
|
echo 'Testing geth units...'
|
||||||
//sh '/usr/local/go/bin/go test -p 1 -v ./...'
|
|
||||||
sh 'make test'
|
sh 'make test'
|
||||||
|
echo 'Testing statediffing geth...'
|
||||||
|
sh 'make statedifftest'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Packaging') {
|
stage('Packaging') {
|
||||||
|
Loading…
Reference in New Issue
Block a user