1 2 3 4 5 6 7 8 9 10
_default: @just --list --justfile {{ justfile() }} @test *args: echo "Testing..." mold -run cargo nextest run {{ args }} echo "Formatting..." cargo fmt --check echo "Linting..." mold -run cargo clippy -- -D warnings