From a8f6bf2c531be0f2551ab5e73585361a280d35e0 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Sun, 3 Sep 2023 16:43:25 -0500 Subject: [PATCH] chore(pre-commit): Run tests in pre-commit hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83b1980..6c2ea48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,6 +8,7 @@ repos: - id: go-vet-mod - id: golangci-lint-mod args: [--fix] + - id: go-test-mod - repo: local hooks: