1 2 3 4 5 6 7 8 9 10
all: test check: cargo clippy --all-targets --workspace -- -Dwarnings build: check cargo build --all-targets test: build cargo test