Remove `-count 1` from unit test running in module.sh

This commit is contained in:
Ryan Richard 2020-09-18 15:58:22 -07:00
parent 80a520390b
commit a2365b1cce
1 changed files with 1 additions and 1 deletions

View File

@ -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() {