update dev scripts
This commit is contained in:
parent
f72a025dfe
commit
e24eeebe24
2 changed files with 18 additions and 3 deletions
9
test.sh
Executable file
9
test.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue