diff --git a/.githooks/pre-commit b/.githooks/pre-commit old mode 100644 new mode 100755 index 3459c53..e11b3bf --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -1,3 +1,4 @@ #!/usr/bin/env bash go vet ./... +go test ./...