foundation with with musl-dev

This commit is contained in:
Michael Shaw
2022-10-06 15:51:47 -04:00
parent afcc5888d3
commit de59fb203e
Vendored
+4 -2
View File
@@ -16,8 +16,8 @@ pipeline {
stage('Test') {
agent {
docker {
//image 'cerc-io/foundation:jenkinscicd'
image 'cerc-io/go-ethereum:jenkinscicd'
image 'cerc-io/foundation:jenkinscicd'
//image 'cerc-io/go-ethereum:jenkinscicd'
}
}
environment {
@@ -31,6 +31,8 @@ pipeline {
steps {
echo 'Testing ...'
sh 'env'
sh 'go mod tidy'
sh 'go get -d ./...'
sh 'go env'
sh 'make test'
}