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