Skip to content

Commit

Permalink
single-thread failing jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored Nov 10, 2023
1 parent 05973ec commit 235b85c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/query-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@ jobs:
connector: 'cockroachdb'
version: '22.1'
- name: 'mysql_5_6'
single_threaded: false
single_threaded: true
connector: 'mysql'
version: '5.6'
- name: 'mysql_5_7'
single_threaded: false
single_threaded: true
connector: 'mysql'
version: '5.7'
- name: 'mysql_8'
single_threaded: false
single_threaded: true
connector: 'mysql'
version: '8'
- name: 'mysql_mariadb'
single_threaded: false
single_threaded: true
connector: 'mysql'
version: 'maria'
- name: 'sqlite'
Expand Down

0 comments on commit 235b85c

Please sign in to comment.