dnephin/pre-commit-golang

how to run `go-unit-tests` hook with option `-p`?

harshal-bacancy opened this issue · 0 comments

go-unit-tests hook runs the command go test -tags=unit -timeout 30s -short -v but what if I want go hook to run command with
-p 1 option. Is there any way to achieve this?