Skip to content

Commit 79374b3

Browse files
Add environment variable for SQLite tests to use in-memory database
1 parent c3ac4c7 commit 79374b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
--lib --bins --tests
4343
--features postgres,mysql,sqlite,_rt-tokio,_tls-native-tls
4444
-- -D warnings
45+
env:
46+
DATABASE_URL: "sqlite::memory:"
4547

4648
test-sqlite:
4749
name: SQLite (${{ matrix.runtime }})

0 commit comments

Comments
 (0)