fixing lots of bugs
This commit is contained in:
parent
da735aa00b
commit
0ba3e7588b
24 changed files with 781 additions and 486 deletions
2
justfile
2
justfile
|
@ -15,7 +15,7 @@ test:
|
|||
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture
|
||||
|
||||
testcore:
|
||||
RUST_LOG=debug cargo test -p core --benches --tests --all-features -- --nocapture
|
||||
RUST_LOG=debug cargo test -p lumina_core --benches --tests --all-features -- --nocapture
|
||||
|
||||
alias b := build
|
||||
alias r := run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue