Added env variable in workflow

This commit is contained in:
kdeng00
2025-05-23 19:31:32 -04:00
parent 3d9b5762cf
commit 55ff6800e1
+1
View File
@@ -66,6 +66,7 @@ jobs:
- name: Run tests
env:
ROOT_DIRECTORY: "/"
DATABASE_URL: "postgres://${{ secrets.POSTGRES_USER }}:${{ secrets.POSTGRES_PASSWORD }}@localhost:5432/${{ secrets.POSTGRES_DB }}"
run: cargo test --verbose