doc: add utilities basic usage informations

This commit is contained in:
2024-08-02 10:37:19 +02:00
parent 4729c54076
commit 8f89ed7e77
6 changed files with 94 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
GOTEST_ARGS ?= -v -count=1
GOTEST_ARGS ?= -count=1
test:
go test $(GOTEST_ARGS) ./...