Skip to content

Commit a344369

Browse files
committed
Add TPC-H
1 parent 1869e5b commit a344369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/IntegrationTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defaults:
99

1010
jobs:
1111
linux-tests-httpfs:
12-
name: Run tests on Linux
12+
name: MinIO Tests
1313
runs-on: ubuntu-latest
1414
env:
1515
S3_TEST_SERVER_AVAILABLE: 1
@@ -20,7 +20,7 @@ jobs:
2020
DUCKDB_S3_USE_SSL: false
2121
HTTP_PROXY_PUBLIC: localhost:3128
2222
TEST_PERSISTENT_SECRETS_AVAILABLE: true
23-
CORE_EXTENSIONS: "parquet;json"
23+
CORE_EXTENSIONS: "parquet;json;tpch"
2424
GEN: ninja
2525
VCPKG_TOOLCHAIN_PATH: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
2626
VCPKG_TARGET_TRIPLET: x64-linux

0 commit comments

Comments
 (0)