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