Skip to content

Commit

Permalink
fix(ci/test): add DATABASE_URL to env in test job
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Sep 12, 2024
1 parent b87073f commit a7a0fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
CARGO_TERM_COLOR: always
SQLX_VERSION: 0.7.3
SQLX_FEATURES: "rustls,mysql"
DATABASE_URL: "mysql://root:[email protected]:3306/lrzcc"

jobs:
test:
Expand Down

0 comments on commit a7a0fd2

Please sign in to comment.