From 00031097564aeafc681612c2acb9de3dd5c2dde4 Mon Sep 17 00:00:00 2001 From: dl239 Date: Wed, 28 Feb 2024 11:34:22 +0800 Subject: [PATCH] feat: set NPROC in intergration test (#3782) --- .github/workflows/selfhost_intergration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/selfhost_intergration.yml b/.github/workflows/selfhost_intergration.yml index 663e3194fd2..87de8536daf 100644 --- a/.github/workflows/selfhost_intergration.yml +++ b/.github/workflows/selfhost_intergration.yml @@ -19,6 +19,7 @@ env: HYBRIDSE_SOURCE: local E_VERSION: ${{ github.event.inputs.EXEC_VERSION || 'main'}} ETYPE: ${{ github.event.inputs.EXEC_TEST_TYPE || 'all'}} + NPROC: 4 jobs: build-openmldb: