From 32f82708c7eb91a8edd92d7ec78905c2e230b864 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Mon, 17 Oct 2022 12:09:21 -0400 Subject: [PATCH] make test now --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a179eb3b0..d2697532d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {