diff --git a/.github/workflows/query-engine.yml b/.github/workflows/query-engine.yml index 6101bb7948d2..32dc854a2617 100644 --- a/.github/workflows/query-engine.yml +++ b/.github/workflows/query-engine.yml @@ -37,6 +37,10 @@ jobs: single_threaded: false connector: 'sqlserver' version: '2022' + - name: 'sqlite' + single_threaded: false + connector: 'sqlite' + version: '3' - name: 'mongodb_4_2' single_threaded: true connector: 'mongodb'