Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 368 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 368 Bytes

Build Status

cicd

The simplest CI/CD service to make test and make build.

How to run

Only to try!

env SERVICE_HOST=0.0.0.0 SERVICE_PORT=8080 go run ./service/cicd.go

Run tests:

go test -v -race  $(go list ./... | grep -v vendor)