bypass Makefile and run go test command modified
This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ pipeline {
|
||||
echo 'Testing ...'
|
||||
sh 'env'
|
||||
sh 'go env'
|
||||
sh '/usr/local/go/bin/go test -p 1 -v ./...'
|
||||
sh '/usr/local/go/bin/go test -p 1 -v '
|
||||
//sh 'make test'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user