Skip to content

Commit

Permalink
Double the number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed May 22, 2024
1 parent 3407f75 commit adb4fe8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,18 +254,12 @@ jobs:
matrix:
python-version: ['3.10.10']
clickhouse-server-image: ['clickhouse/clickhouse-server:23.12.5.81-alpine']
segment: ['Core']
segment: ['Core', 'Legacy insights backend']
person-on-events: [false, true]
# :NOTE: Keep concurrency and groups in sync
concurrency: [10]
group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
include:
- segment: 'Legacy insights backend'
person-on-events: false
clickhouse-server-image: 'clickhouse/clickhouse-server:23.12.5.81-alpine'
python-version: '3.10.10'
concurrency: [10]
group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
- segment: 'Temporal'
person-on-events: false
clickhouse-server-image: 'clickhouse/clickhouse-server:23.12.5.81-alpine'
Expand Down

0 comments on commit adb4fe8

Please sign in to comment.