sfrs/test.sh

5 lines
77 B
Bash
Executable File

#!/bin/bash
rm -rf db/database.test.db
cargo test
rm -rf db/database.test.db