chore(Makefile): rename unit test
This commit is contained in:
parent
09fa64d628
commit
198ad8fbe6
4
Makefile
4
Makefile
@ -17,8 +17,8 @@ ${EXECUTABLE}:
|
|||||||
|
|
||||||
# TEST
|
# TEST
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
PHONY+=test
|
PHONY+=test/unit
|
||||||
test: clean ${EXECUTABLE}
|
test/unit: clean ${EXECUTABLE}
|
||||||
go test -v ./pkg/...
|
go test -v ./pkg/...
|
||||||
|
|
||||||
# CLEAN
|
# CLEAN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user