Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 255 Bytes

HACKING.md

File metadata and controls

12 lines (10 loc) · 255 Bytes

Hacking

Install deps, dev-deps and run test

$ git clone git@github.com:goombaio/workflow.git
$ cd workflow
export GO111MODULE=on  # ref: https://dave.cheney.net/2018/07/16/using-go-modules-with-travis-ci
make deps
make dev-deps
make test