5 lines
33 B
Makefile
5 lines
33 B
Makefile
test: unit
|
|
|
|
unit:
|
|
@(go test -v)
|
test: unit
|
|
|
|
unit:
|
|
@(go test -v)
|