make test now

This commit is contained in:
Michael Shaw
2022-10-17 12:09:21 -04:00
parent 6aa6a5adb0
commit 32f82708c7
Vendored
+2 -2
View File
@@ -39,8 +39,8 @@ pipeline {
sh 'env'
sh 'go env'
//sh 'go work init . ;go work use .' //https://github.com/golangci/golangci-lint/issues/2654
sh '/usr/local/go/bin/go test -p 1 -v ./...'
//sh 'make test'
//sh '/usr/local/go/bin/go test -p 1 -v ./...'
sh 'make test'
}
}
stage('Packaging') {