[#12] pre-commit: Use cached tests in hook

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-07-05 10:07:57 +03:00
parent 3b672cf19e
commit 07d955b1d0

View file

@ -32,7 +32,7 @@ repos:
hooks:
- id: go-unit-tests
name: go unit tests
entry: make test
entry: make test GOFLAGS=''
pass_filenames: false
types: [go]
language: system