Expand integration suite to cover all months of 2026, minor refactorings

This commit is contained in:
2026-02-28 10:01:26 +02:00
parent 934e2c2fd2
commit 3ecdc91802
8 changed files with 118 additions and 84 deletions

View File

@@ -25,8 +25,11 @@ test-all:
bench:
cd {{tauri_path}} && cargo bench
# profile:
# cd {{tauri_path}} && cargo flamegraph
cov:
cd {{tauri_path}} && cargo llvm-cov run
mutants:
cd {{tauri_path}} && cargo mutants
clean:
rm -rf node_modules