From 5261048881959401fdbda5abbd1504e78b034160 Mon Sep 17 00:00:00 2001 From: Satoshi Konno Date: Wed, 24 Jul 2024 23:36:31 +0900 Subject: [PATCH] Update make.yml --- .github/workflows/make.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index e73f8930..27b7d34a 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -20,6 +20,6 @@ jobs: - name: configure run: ./configure --enable-test --enable-examples - name: make - run: make + run: make -j 20 - name: make check - run: make check || more test/unix/test-suite.log + run: make check -j 20 || more test/unix/test-suite.log