
test:
	cd test_crates/example && rm -f Cargo.lock && cargo test && cd ..
	cd test_crates/no_std && rm -f Cargo.lock && cargo test && cd ..

