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.
2 parents 070d310 + 2214d97 commit 05bc94cCopy full SHA for 05bc94c
.github/workflows/macos_ssl.yml
@@ -11,6 +11,7 @@ jobs:
11
build-and-test:
12
uses: ClickHouse/clickhouse-cpp/.github/workflows/macos.yml@master
13
with:
14
- extra_cmake_flags: -DWITH_OPENSSL=ON
+ extra_cmake_flags: -DWITH_OPENSSL=ON -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/
15
extra_install: openssl
16
-# gtest_filter: "-*LocalhostTLS*"
+ # There is no CH server running locally, so disable tests that try to connect to it.
17
+ gtest_filter: "-*Client*:*Local*:*ColumnPerformanceTest*"
0 commit comments