5 lines
48 B
Makefile
5 lines
48 B
Makefile
|
default: test
|
||
|
|
||
|
test:
|
||
|
go test -v -count=1 ./...
|