Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows: fix clippy failing to read database_url
SQLx compile-time-checks need DATABASE_URL to be set to use query macros. Since it doesn't actually connect to the database, an in-memory SQLite should be fine.
- Loading branch information