We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1869e5b commit a344369Copy full SHA for a344369
.github/workflows/IntegrationTests.yml
@@ -9,7 +9,7 @@ defaults:
9
10
jobs:
11
linux-tests-httpfs:
12
- name: Run tests on Linux
+ name: MinIO Tests
13
runs-on: ubuntu-latest
14
env:
15
S3_TEST_SERVER_AVAILABLE: 1
@@ -20,7 +20,7 @@ jobs:
20
DUCKDB_S3_USE_SSL: false
21
HTTP_PROXY_PUBLIC: localhost:3128
22
TEST_PERSISTENT_SECRETS_AVAILABLE: true
23
- CORE_EXTENSIONS: "parquet;json"
+ CORE_EXTENSIONS: "parquet;json;tpch"
24
GEN: ninja
25
VCPKG_TOOLCHAIN_PATH: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
26
VCPKG_TARGET_TRIPLET: x64-linux
0 commit comments