From a89a28d6b4451812ac01b88ae9cbcccfa7e80db1 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Thu, 8 Jun 2023 10:47:35 +0200 Subject: [PATCH] Update ci-cb_taptests.yml --- .github/workflows/ci-cb_taptests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cb_taptests.yml b/.github/workflows/ci-cb_taptests.yml index 725e1d37e..e7fecd68b 100644 --- a/.github/workflows/ci-cb_taptests.yml +++ b/.github/workflows/ci-cb_taptests.yml @@ -54,10 +54,10 @@ jobs: run: | cd proxysql/ # build proxysql - sed -i "/command/c \ command: bash -l -c 'cd /opt/proxysql && make debug_clickhouse WITHGCOV=1'" docker-compose.yml + sed -i "/command/c \ command: bash -l -c 'cd /opt/proxysql && make -j4 debug_clickhouse WITHGCOV=1'" docker-compose.yml make ${{ matrix.dist }}-dbg # build tap tests - sed -i "/command/c \ command: bash -l -c 'cd /opt/proxysql && make build_tap_test_debug WITHGCOV=1'" docker-compose.yml + sed -i "/command/c \ command: bash -l -c 'cd /opt/proxysql && make -j4 build_tap_test_debug WITHGCOV=1'" docker-compose.yml make ${{ matrix.dist }}-dbg | tee ../build.log - name: Check build