We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4ec77 commit d99fc5bCopy full SHA for d99fc5b
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ env:
11
RUST_TEST_THREADS: 1
12
CARGO_PROFILE_TEST_DEBUG: 0
13
SQL_URL: postgres://db_user:db_pass@localhost:5432/test_db
14
+ DATABASE_URL: postgres://db_user:db_pass@localhost:5432/test_db
15
16
jobs:
17
backend_test:
0 commit comments