adding just test

This commit is contained in:
Chris Cochrun 2024-01-23 14:47:01 -06:00
parent b85d848d56
commit 65359d736c

View file

@ -10,4 +10,6 @@ lint:
cargo clippy cargo clippy
clean: clean:
cargo clean cargo clean
rm -rf bld/ rm -rf bld/
test:
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture