Make zsbl in Installation CI because it is used in standard regression tests

This commit is contained in:
Jordan Carlin 2024-10-15 22:26:27 -07:00
parent df86ecf128
commit a0245622dc
No known key found for this signature in database

View File

@ -121,11 +121,11 @@ jobs:
with:
name: installation-logs-${{ matrix.name }}
path: ${{ env.RISCV }}/logs/
# Make riscof only as that is the only testsuite used by standard regression
# Make riscof and zsbl only as that is the only testsuite used by standard regression
- name: make tests
run: |
source setup.sh
make riscof --jobs $(nproc --ignore 1)
make riscof zsbl --jobs $(nproc --ignore 1)
# Only the linux-testvectors are needed, so remove the rest of the buildroot to save space
- name: Remove Buildroot to Save Space
run: |