@@ -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
The note is not visible to the blocked user.