1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Run the build. build: cargo build # Run the tests. test: cargo test # Review `insta` snapshots. review-snapshots: cargo insta test --review # Remove obsolete `insta` snapshots. remove-obsolete-snapshots: cargo insta test --unreferenced delete