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