Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 396 Bytes

File metadata and controls

33 lines (24 loc) · 396 Bytes

Developer Workflow

Use the Makefile for the fastest local loop.

Daily commands

make build
make test
make smoke

Full validation (CI-like)

make ci

Useful extras

make test-race
make coverage
make fmt
make lint
make clean

Why this exists

  • one command set for contributors
  • fewer copy/paste mistakes
  • same flow in local dev and automation