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 was merged in pull request #330.
This commit is contained in:
Michael
2023-03-07 16:04:10 -05:00
committed by GitHub
parent 5461ce8cd1
commit 2b073c1a51
Vendored
+3 -2
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') {