added some tests
This commit is contained in:
parent
8df1f6b719
commit
89c554abdb
5 changed files with 58 additions and 29 deletions
5
justfile
5
justfile
|
|
@ -1,2 +1,5 @@
|
|||
run:
|
||||
cargo run
|
||||
cargo run
|
||||
|
||||
test:
|
||||
cargo test --verbose
|
||||
Loading…
Add table
Add a link
Reference in a new issue