From 3cbea7eef5ba17174198f5cf125f04cf270d193b Mon Sep 17 00:00:00 2001 From: yixinglu <2520865+yixinglu@users.noreply.github.com> Date: Wed, 13 Oct 2021 14:05:20 +0800 Subject: [PATCH] Decrease the threads for tests --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f6f06c6ccf1..625b24be1de 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -117,7 +117,7 @@ jobs: cmake --build build/ -j $(nproc) --target nebula-metad cmake --build build/ -j $(nproc) --target nebula-storaged cmake --build build/ -j $(nproc) --target nebula-graphd - cmake --build build/ -j $(($(nproc)/2+1)) + cmake --build build/ -j $(($(nproc)/3+1)) ccache -s - name: CTest env: