Files
oott/backend/run_tests.sh
T

4 lines
127 B
Bash
Raw Normal View History

2026-02-25 12:54:39 -05:00
#!/bin/sh
sudo rm -f oott.db oott.db-wal oott.db-shm
sudo CARGO_HOME=$HOME/.cargo cargo test -- --show-output --test-threads=1