From d128bb71b6a2282f7a7e2d34505b654b9d9f1e10 Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 30 Sep 2021 08:19:17 -0500 Subject: [PATCH] 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. --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3e6e31a3c..19329e312 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -75,6 +75,7 @@ jobs: env: POSTGRES_USER: danbooru POSTGRES_PASSWORD: danbooru + PGDATA: /tmp steps: - name: Setup tmate session