add testing script
This commit is contained in:
parent
b431079d34
commit
5e293de715
1 changed files with 7 additions and 0 deletions
7
test.bash
Executable file
7
test.bash
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue