From 07d955b1d0a443c938aab52a0afda0d8621d3aef Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Fri, 5 Jul 2024 10:07:57 +0300 Subject: [PATCH] [#12] pre-commit: Use cached tests in hook Signed-off-by: Evgenii Stratonikov --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2451a3..946e000 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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