test:
    mold -run cargo nextest run

run:
    mold -run cargo run

build:
    mold -run cargo run --release

