add testing script

This commit is contained in:
askiiart 2025-01-26 16:02:34 -06:00
parent b431079d34
commit 5e293de715
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

7
test.bash Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# set env vars for testing
export GREGORY_DB_ADDRESS=postgres
export GREGORY_DB_USER=gregory
export GREGORY_DB_PASSWORD=pass
cargo test