Skip to content

Commit

Permalink
test jdbc driver using both http and grpc protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed Feb 6, 2022
1 parent 8b6a969 commit f8a79f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
matrix:
# most recent LTS releases as well as latest stable builds
clickhouse: ["21.3", "21.8", "latest"]
protocol: ["http", "grpc"]
fail-fast: false
name: Build against ClickHouse ${{ matrix.clickhouse }}
steps:
Expand Down Expand Up @@ -82,4 +83,4 @@ jobs:
${{ runner.os }}-build-
- name: Build
run: |
mvn --batch-mode --update-snapshots -Drelease -DclickhouseVersion=${{ matrix.clickhouse }} verify
mvn --batch-mode --update-snapshots -Drelease -DclickhouseVersion=${{ matrix.clickhouse }} -Dprotocol=${{ matrix.protocol }} verify

0 comments on commit f8a79f3

Please sign in to comment.