go work init
This commit is contained in:
parent
cb8b1a9b71
commit
3c5ee7eb6e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -39,7 +39,7 @@ pipeline {
|
||||
echo 'Testing ...'
|
||||
sh 'env'
|
||||
sh 'go env'
|
||||
sh 'go work use .' //https://github.com/golangci/golangci-lint/issues/2654
|
||||
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'
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user