run *args: format
    cargo run {{args}}

test *args: format
    cargo test {{args}}

alias regression-test := test

format:
    cargo fmt
