go-proxy/Makefile

4 lines
54 B
Makefile
Raw Normal View History

2023-04-24 20:01:20 +02:00
GOTEST_ARGS ?=
test:
go test -v $(GOTEST_ARGS) ./...