From 59ee4cf7e4d0b5979cf1449653d520db2349fa57 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sat, 17 Aug 2024 09:43:18 -0700 Subject: [PATCH] Switch to new RISCOF humber of jobs in install test --- .github/workflows/install.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index a653fac5c..771255ff7 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -32,7 +32,6 @@ jobs: - name: make tests run: | source setup.sh - sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini make riscof - name: regression run: | @@ -86,7 +85,6 @@ jobs: - name: make tests run: | source setup.sh - sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini make riscof - name: regression run: | @@ -125,7 +123,6 @@ jobs: - name: make tests run: | source setup.sh - sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini make riscof - name: regression run: | @@ -173,7 +170,6 @@ jobs: - name: make tests run: | source setup.sh - sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini make riscof - name: regression run: |