CI: sqlx requires env var

This commit is contained in:
realaravinth
2021-03-10 21:26:48 +05:30
parent cc2f59f3be
commit 5c4435430f

View File

@@ -103,6 +103,8 @@ jobs:
with: with:
command: doc command: doc
args: --no-deps --workspace --all-features args: --no-deps --workspace --all-features
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
if: matrix.version == 'stable' && (github.repository == 'mCaptcha/guard') if: matrix.version == 'stable' && (github.repository == 'mCaptcha/guard')