#!/bin/sh
set -eu

./scripts/check
cargo test --locked --release --test git_reads --test git_repository
