From 905521ef0ffbd2ad16ec66bbfd2b85106aeb494e Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Mon, 30 Sep 2024 08:07:35 -0700 Subject: [PATCH] Update ci to use make --jobs --- .github/workflows/install.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 771255ff7..a84f93866 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -32,7 +32,7 @@ jobs: - name: make tests run: | source setup.sh - make riscof + make riscof --jobs $(nproc --ignore 1) - name: regression run: | source setup.sh @@ -85,7 +85,7 @@ jobs: - name: make tests run: | source setup.sh - make riscof + make riscof --jobs $(nproc --ignore 1) - name: regression run: | source setup.sh @@ -123,7 +123,7 @@ jobs: - name: make tests run: | source setup.sh - make riscof + make riscof --jobs $(nproc --ignore 1) - name: regression run: | source setup.sh @@ -170,7 +170,7 @@ jobs: - name: make tests run: | source setup.sh - make riscof + make riscof --jobs $(nproc --ignore 1) - name: regression run: | source setup.sh