Make sure you have a recent-ish Rust/Cargo toolchain. You can check what version is used in CI, but most recent versions should work fine.
cargo test
in particular cargo test --test fixtures_test is what I use for ongoing
development when I'm testing a new feature, which I usually start by committing
a new fixture.
Run make fmt to cleanup formatting for CI
Run make lint