build:
cargo build --all-targets
test: build
fast-test: build
cargo test -- --skip upgrades
test: fast-test
cargo test
.PHONY: doc