chore: add jenkinsfile
All checks were successful
Cadoles/go-proxy/pipeline/head This commit looks good

This commit is contained in:
2023-04-24 20:01:20 +02:00
parent 6854557831
commit 56b7434498
3 changed files with 67 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
GOTEST_ARGS ?=
test:
go test -v $(GOTEST_ARGS) ./...