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 99e9331 commit 89ea65eCopy full SHA for 89ea65e
.github/workflows/test.yml
@@ -64,11 +64,14 @@ jobs:
64
-e CH_SSL_PRIVATE_KEY=/etc/clickhouse-server/config.d/server.key
65
-e CLICKHOUSE_SKIP_USER_SETUP=1
66
--network host
67
+ --name clickhouse
68
--rm
69
--detach
70
--publish 9440:9440
71
clickhouse/clickhouse-server
72
- name: Build
73
run: cargo build --features ${{ matrix.feature }} --verbose
74
+ - name: Logs
75
+ run: docker logs clickhouse
76
- name: Run tests
77
run: cargo test --features ${{ matrix.feature }} --verbose
0 commit comments