From 7a3497c6960a4f997f9d7b25d05b73f1cc6ed94d Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Fri, 4 Oct 2024 10:19:36 +0200 Subject: [PATCH] test --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a374abab..430bcd891 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,7 @@ env: RUST_CACHE_KEY: rust-cache-20240327 DOCSRS_PREFIX: ignored/cratesfyi-prefix DOCSRS_DATABASE_URL: postgresql://cratesfyi:password@localhost:15432 + DATABASE_URL: postgresql://cratesfyi:password@localhost:15432 DOCSRS_LOG: docs_rs=debug,rustwide=info AWS_ACCESS_KEY_ID: cratesfyi AWS_SECRET_ACCESS_KEY: secret_key