Remove min by shift type boundaries, improve logging, add more tests, add logs in tests, move fixtures in separate file, move restrictions_violated logic into valid_residents of next slot
This commit is contained in:
6
justfile
6
justfile
@@ -14,13 +14,13 @@ lint:
|
||||
cd {{tauri_path}} && cargo clippy
|
||||
|
||||
test:
|
||||
cd {{tauri_path}} && cargo test --lib --release
|
||||
cd {{tauri_path}} && cargo test --lib -- --test-threads=1
|
||||
|
||||
test-integration:
|
||||
cd {{tauri_path}} && cargo test --test integration --release
|
||||
cd {{tauri_path}} && cargo test --test integration -- --test-threads=1 --nocapture
|
||||
|
||||
test-all:
|
||||
cd {{tauri_path}} && cargo test --release -- --nocapture
|
||||
cd {{tauri_path}} && cargo test --release
|
||||
|
||||
bench:
|
||||
cd {{tauri_path}} && cargo bench
|
||||
|
||||
Reference in New Issue
Block a user