bypass Makefile and run go test command explicitly

This commit is contained in:
Michael Shaw
2022-10-10 11:42:54 -04:00
parent 7c0b7aa8d6
commit 1fc071b0e3
Vendored
+2 -2
View File
@@ -39,8 +39,8 @@ pipeline {
echo 'Testing ...'
sh 'env'
sh 'go env'
sh 'go get -t ./...'
sh 'make test'
sh '/usr/local/go/bin/go test -p 1 -v ./...'
//sh 'make test'
}
}
stage('Packaging') {