mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 04:56:11 +00:00
Remove -count 1 from unit test running in module.sh
This commit is contained in:
@@ -35,7 +35,7 @@ function unittest_cmd() {
|
||||
else
|
||||
cmd='go test'
|
||||
fi
|
||||
echo "${cmd} -count 1 -short -race ./..."
|
||||
echo "${cmd} -short -race ./..."
|
||||
}
|
||||
|
||||
function with_modules() {
|
||||
|
||||
Reference in New Issue
Block a user