tests: update makefile and add test for validators and writter
All checks were successful
CI.yml / build (push) Successful in 2m20s

This commit is contained in:
d3m0k1d
2026-01-15 17:27:46 +03:00
parent 623bd87b4c
commit 14c6c64989
3 changed files with 90 additions and 0 deletions

View File

@@ -25,3 +25,6 @@ clean:
test:
go test ./...
test-cover:
go test -cover ./...