fleshing out the core a bit more
This commit is contained in:
parent
e05815e550
commit
c8bb484a53
13 changed files with 497 additions and 9 deletions
4
justfile
4
justfile
|
@ -14,5 +14,9 @@ clean:
|
|||
test:
|
||||
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture
|
||||
|
||||
testcore:
|
||||
RUST_LOG=debug cargo test -p core --benches --tests --all-features -- --nocapture
|
||||
|
||||
alias b := build
|
||||
alias r := run
|
||||
alias tc := testcore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue