Change number of riscof jobs in installation test action; restore default to 4

This commit is contained in:
Jordan Carlin 2024-07-24 19:51:31 -07:00
parent 50fc27cb45
commit a4c585ca56
No known key found for this signature in database

View File

@ -26,6 +26,7 @@ jobs:
- name: make tests
run: |
source setup.sh
sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini
make riscof
- name: make buildroot
run: |
@ -81,6 +82,7 @@ jobs:
- name: make tests
run: |
source setup.sh
sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini
make riscof
- name: make buildroot
run: |