Skip to content

Commit 89ea65e

Browse files
committed
ci: debug
1 parent 99e9331 commit 89ea65e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,14 @@ jobs:
6464
-e CH_SSL_PRIVATE_KEY=/etc/clickhouse-server/config.d/server.key
6565
-e CLICKHOUSE_SKIP_USER_SETUP=1
6666
--network host
67+
--name clickhouse
6768
--rm
6869
--detach
6970
--publish 9440:9440
7071
clickhouse/clickhouse-server
7172
- name: Build
7273
run: cargo build --features ${{ matrix.feature }} --verbose
74+
- name: Logs
75+
run: docker logs clickhouse
7376
- name: Run tests
7477
run: cargo test --features ${{ matrix.feature }} --verbose

0 commit comments

Comments
 (0)