Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 276 Bytes

devTest.md

File metadata and controls

20 lines (14 loc) · 276 Bytes

TL;DR

Hatchery requires golang 1.14+. It implements a golang module.

Build and Test

See the Dockerfile:

Update dependencies with:

go get -u

Build and test with:

(
go build -o bin/hatchery && go test -v ./hatchery/ -failfast
)