adding just test
This commit is contained in:
parent
b85d848d56
commit
65359d736c
1 changed files with 3 additions and 1 deletions
4
justfile
4
justfile
|
@ -10,4 +10,6 @@ lint:
|
|||
cargo clippy
|
||||
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