- make sure you have a recent-ish rust/cargo toolchain
- ensure you have at least ruby 2.6 installed
./script/test.sh
in particular ./script/tests/test_fixtures.sh
is what I use for ongoing
development when I'm testing a new feature, which I usually start by committing
a new fixture.
./script/ci
Run make fmt
to cleanup formatting for CI
Run make lint