Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 360 Bytes

readme.md

File metadata and controls

28 lines (22 loc) · 360 Bytes

Events-Worker

🏃‍♂ How to run

# download packages
$ go mod download

# prod mode
$ make build && make run

# dev mode
$ make server

🐳 How to run with Docker

$ sh dk.sh

🧪 How to run the tests

# With no coverage
$ make test

# With coverage
$ make coverage