chore(Makefile): rename unit test
All checks were successful
Markdown linter / markdown-lint (push) Successful in 9s
Golang Tests / unittest (push) Successful in 2m4s

This commit is contained in:
Markus Pesch 2025-05-21 21:40:48 +02:00
parent 09fa64d628
commit 198ad8fbe6
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -17,8 +17,8 @@ ${EXECUTABLE}:
# TEST
# ==============================================================================
PHONY+=test
test: clean ${EXECUTABLE}
PHONY+=test/unit
test/unit: clean ${EXECUTABLE}
go test -v ./pkg/...
# CLEAN