From 781b0986df74781d6de425520dccb0215a6f69e3 Mon Sep 17 00:00:00 2001 From: simon jiang Date: Tue, 5 Sep 2023 21:10:11 +0800 Subject: [PATCH] BLADE-730 improve performance --- .github/workflows/verify.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index bfc6f0fe6..000370177 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -36,6 +36,9 @@ jobs: name: Linux JDK8 runs-on: ubuntu-latest timeout-minutes: 60 + strategy: + matrix: + cores: [8] steps: - name: Check out repository uses: actions/checkout@v3 @@ -75,6 +78,9 @@ jobs: name: Linux JDK11 runs-on: ubuntu-latest timeout-minutes: 60 + strategy: + matrix: + cores: [8] steps: - name: Check out repository uses: actions/checkout@v3 @@ -148,4 +154,4 @@ jobs: # with: # label: "MacOS JDK11 test reports" # report: "**/TEST-*.xml" - # token: "7793a209-c075-4644-9bdb-9205dbe5c4e7" \ No newline at end of file + # token: "7793a209-c075-4644-9bdb-9205dbe5c4e7"