chore: tests wip
Some checks failed
Build Snapshot / build-snapshot (push) Has been cancelled
DevSkim / DevSkim (push) Has been cancelled

This commit is contained in:
jamesread
2025-08-19 17:29:40 +01:00
parent 3dd7aaff88
commit f46a02fced
6 changed files with 54 additions and 108 deletions

View File

@@ -32,6 +32,10 @@ codestyle: go-tools
gocyclo -over 4 internal
gocritic check ./...
test: unittests
tests: unittests
unittests:
$(call delete-files,reports)
mkdir reports