1 2 3 4 5 6 7 8 9 10 11 12 13
# Use this file purely for shortcuts only all: test fmt lint fmt: cargo +nightly fmt -- --write-mode=diff lint: cargo +nightly clippy -- -D warnings test: cargo test cargo test -- --ignored --test-threads=1