go-proxy/Makefile
William Petit 56b7434498
All checks were successful
Cadoles/go-proxy/pipeline/head This commit looks good
chore: add jenkinsfile
2023-04-24 20:02:57 +02:00

4 lines
54 B
Makefile

GOTEST_ARGS ?=
test:
go test -v $(GOTEST_ARGS) ./...