4 lines
54 B
Makefile
4 lines
54 B
Makefile
|
GOTEST_ARGS ?=
|
||
|
|
||
|
test:
|
||
|
go test -v $(GOTEST_ARGS) ./...
|