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