bypass Makefile and run go test command modified

This commit is contained in:
Michael Shaw
2022-10-10 11:46:59 -04:00
parent 1fc071b0e3
commit cf01cbf796
Vendored
+1 -1
View File
@@ -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'
}
}