test:
	cargo test --no-default-features
	cargo test
	cargo test --all-features

test-coverage:
	cargo tarpaulin --all-features
