tests in pre-commit hook

pre-commit hook executable flag
This commit is contained in:
Egor Aristov 2025-02-19 15:38:00 +03:00
parent c61af61199
commit 8adfb51044

1
.githooks/pre-commit Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
go vet ./...
go test ./...