Add sqlx envs
This commit is contained in:
parent
80eeacd884
commit
20e349fd79
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
|
@ -18,6 +18,8 @@ on:
|
|||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
DATABASE_URL: sqlite:./cache/metadata.sqlite
|
||||
SQLX_OFFLINE: true
|
||||
|
||||
jobs:
|
||||
clippy:
|
||||
|
|
Loading…
Reference in a new issue