ci: use /tmp for test suite database.

Store the Postgres database for the test suite in /tmp to effectively
run it in a ramdisk and make the test suite run faster.
This commit is contained in:
evazion
2021-09-30 08:19:17 -05:00
parent cc9d7b8349
commit d128bb71b6

View File

@@ -75,6 +75,7 @@ jobs:
env:
POSTGRES_USER: danbooru
POSTGRES_PASSWORD: danbooru
PGDATA: /tmp
steps:
- name: Setup tmate session