adding just test
This commit is contained in:
parent
b85d848d56
commit
65359d736c
1 changed files with 3 additions and 1 deletions
2
justfile
2
justfile
|
@ -11,3 +11,5 @@ lint:
|
||||||
clean:
|
clean:
|
||||||
cargo clean
|
cargo clean
|
||||||
rm -rf bld/
|
rm -rf bld/
|
||||||
|
test:
|
||||||
|
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture
|
Loading…
Add table
Add a link
Reference in a new issue