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