Add run.sh and fix run_tests.sh to use user's cargo cache

Add run.sh script to start the backend (erases db, runs cargo with sudo
using user's CARGO_HOME to avoid full recompilation). Remove sudo from
cargo test in run_tests.sh for the same reason.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-05-27 10:21:43 -04:00
co-authored by Claude Sonnet 4.6
parent 8153a216b9
commit c04e76157e
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
sudo rm -f oott.db
sudo cargo test -- --show-output
cargo test -- --show-output