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

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
feature/1030-list-targets
Evgenii Stratonikov 2024-03-12 13:08:09 +03:00 committed by Evgenii Stratonikov
parent 179b6e64fa
commit f42a529f49
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,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