From 5c4435430f141f0474d139dc240c2f660fa1483b Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 10 Mar 2021 21:26:48 +0530 Subject: [PATCH] CI: sqlx requires env var --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 701205e6..538f64f8 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -103,6 +103,8 @@ jobs: with: command: doc args: --no-deps --workspace --all-features + env: + DATABASE_URL: postgres://postgres:password@localhost:5432/postgres - name: Deploy to GitHub Pages if: matrix.version == 'stable' && (github.repository == 'mCaptcha/guard')