foundation with with musl-dev to make test

This commit is contained in:
Michael Shaw 2022-10-06 16:03:52 -04:00
parent de59fb203e
commit 145e0e5cea

2
Jenkinsfile vendored
View File

@ -31,8 +31,6 @@ pipeline {
steps {
echo 'Testing ...'
sh 'env'
sh 'go mod tidy'
sh 'go get -d ./...'
sh 'go env'
sh 'make test'
}