Skip to content

Commit 65ec272

Browse files
authored
Enable TPC-H for MariaDB in CI (#596)
Fixes #333 Following #594
1 parent 715f439 commit 65ec272

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ jobs:
187187
strategy:
188188
fail-fast: false
189189
matrix:
190-
# FIXME: Add tpch back in (#333).
191-
benchmark: [ 'auctionmark', 'chbenchmark', 'epinions', 'hyadapt', 'noop', 'otmetrics', 'resourcestresser', 'seats', 'sibench', 'smallbank', 'tatp', 'templated', 'tpcc', 'tpcc-with-reconnects', 'twitter', 'voter', 'wikipedia', 'ycsb' ]
190+
benchmark: [ 'auctionmark', 'chbenchmark', 'epinions', 'hyadapt', 'noop', 'otmetrics', 'resourcestresser', 'seats', 'sibench', 'smallbank', 'tatp', 'templated', 'tpcc', 'tpcc-with-reconnects', 'tpch', 'twitter', 'voter', 'wikipedia', 'ycsb' ]
192191
services:
193192
mariadb: # https://hub.docker.com/_/mariadb
194193
image: mariadb:latest

0 commit comments

Comments
 (0)