Skip to content

Commit

Permalink
Fix regression CI build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin authored Oct 31, 2024
1 parent ba4200e commit bfc4271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
if: steps.restore-tests.outputs.cache-hit != 'true'
run: |
source setup.sh
cd tests/riscof && make --jobs $(nproc --ignore 1)
rm -rf sail_cSim spike
make riscof --jobs $(nproc --ignore 1)
cd tests/riscof && rm -rf sail_cSim spike
cd work
find . -name \dut -type d -exec rm -r {} +
find . -name \*.log -type f -delete
Expand Down

0 comments on commit bfc4271

Please sign in to comment.