From 9123dd7d0dbf6004be20aaa17fcc6e1e368eb85a Mon Sep 17 00:00:00 2001 From: Ryuichi Watanabe Date: Sat, 11 Sep 2021 18:57:47 +0900 Subject: [PATCH] Update test-asan.yml --- .github/workflows/test-asan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-asan.yml b/.github/workflows/test-asan.yml index 2762a08fa10bc8..7596b73ce6c653 100644 --- a/.github/workflows/test-asan.yml +++ b/.github/workflows/test-asan.yml @@ -39,6 +39,6 @@ jobs: - name: Environment Information run: npx envinfo - name: Build - run: make build-ci -j2 V=1 + run: make build-ci -j$(nproc) V=1 - name: Test - run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300" + run: make run-ci -j$(nproc) V=1 TEST_CI_ARGS="-p actions -t 300"