update dev scripts

This commit is contained in:
askiiart 2025-01-27 11:41:10 -06:00
parent f72a025dfe
commit e24eeebe24
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
2 changed files with 18 additions and 3 deletions

9
test.sh Executable file
View file

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